[Webkit-unassigned] [Bug 258517] New: Source/JavaScriptCore/CMakeLists.txt: putting __TIMESTAMP__ into a generated file is non-reproducible behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 26 05:58:25 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258517

            Bug ID: 258517
           Summary: Source/JavaScriptCore/CMakeLists.txt: putting
                    __TIMESTAMP__ into a generated file is
                    non-reproducible behavior
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alex.kanavin at gmail.com

__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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230626/c248444d/attachment.htm>


More information about the webkit-unassigned mailing list