Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8e2834324073319c620af6ff1929827b8b76fef9
      
https://github.com/WebKit/WebKit/commit/8e2834324073319c620af6ff1929827b8b76fef9
  Author: Alexander Kanavin <[email protected]>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt

  Log Message:
  -----------
  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

Reply via email to