Branch: refs/heads/webkitglib/2.40
Home: https://github.com/WebKit/WebKit
Commit: b2b9c981a297a88ed55c494672db7ce9a325f1b7
https://github.com/WebKit/WebKit/commit/b2b9c981a297a88ed55c494672db7ce9a325f1b7
Author: Alexander Kanavin <[email protected]>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
Log Message:
-----------
Cherry-pick 266322@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes