[Webkit-unassigned] [Bug 252308] New: [GTK] [2.39.7] Build not reproducible due to __TIMESTAMP__ macro in generated file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 03:02:37 PST 2023


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

            Bug ID: 252308
           Summary: [GTK] [2.39.7] Build not reproducible due to
                    __TIMESTAMP__ macro in generated file
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

The JSCBytecodeCacheVersion.cpp file contains the __TIMESTAMP__ macro
which is replaced by the timestamp of the source file. This macro was
already being used in 2.38.x and earlier versions, but at least
building always from the same source tarball would produce the same
timestamp so it would not affect the reproducibility of the build.

However this is now generated by Source/JavaScriptCore/CMakeLists.txt
so the timestamp varies every time WebKit is compiled from the same
sources, making the build non-reproducible.

-- 
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/20230215/7d3523ac/attachment-0001.htm>


More information about the webkit-unassigned mailing list