[webkit-changes] [WebKit/WebKit] b2b9c9: Cherry-pick 266322 at main (8e2834324073). https://bu...
Michael Catanzaro
noreply at github.com
Fri Jul 28 08:50:05 PDT 2023
Branch: refs/heads/webkitglib/2.40
Home: https://github.com/WebKit/WebKit
Commit: b2b9c981a297a88ed55c494672db7ce9a325f1b7
https://github.com/WebKit/WebKit/commit/b2b9c981a297a88ed55c494672db7ce9a325f1b7
Author: Alexander Kanavin <alex at linutronix.de>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
Log Message:
-----------
Cherry-pick 266322 at main (8e2834324073). https://bugs.webkit.org/show_bug.cgi?id=258517
Source/JavaScriptCore/CMakeLists.txt: ensure reproducibility of __TIMESTAMP__
https://bugs.webkit.org/show_bug.cgi?id=258517
Reviewed by Michael Catanzaro.
__TIMESTAMP__ refers to mtime of the file that contains it, which is unstable
and breaks binary reproducibility when the file is generated at build time. To ensure
this does not happen, mtime should be set from the original file.
* Source/JavaScriptCore/CMakeLists.txt:
Canonical link: https://commits.webkit.org/266322@main
More information about the webkit-changes
mailing list