[Webkit-unassigned] [Bug 237521] New: makeprop.pl breaks reproducible builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 03:33:11 PST 2022


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

            Bug ID: 237521
           Summary: makeprop.pl breaks reproducible builds
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com

I'm trying to make the WebKit build reproducible, and one problem that I've found is that the CSSPropertyNames.cpp file generated by makeprop.pl is different in each build.

The reason is the way makeprop.pl iterates over the contents of hashes, which by definition are not guaranteed to have a stable order in Perl.

Fortunately this is easy to solve, I'm uploading a patch.

-- 
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/20220307/8dee8223/attachment-0001.htm>


More information about the webkit-unassigned mailing list