-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: fix zlib tarball generation #32094
Conversation
I'm going through and testing locally. Will add my explicit +1 when I can confirm this is fixed |
I'd like to |
Gotta put my two cents in here and say this still looks like a short-term fix. So long as tarballs are being created after compilation, issues like this will just keep popping up. Would love it if the build could just be changed so that binaries are built off the tarball files, so the build only passes if the tarball is good. |
I can confirm that this fixes the build problem AND that we need the entire folder... I aggressively tried to save us 92k to no avail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Going to go ahead and last this, the failing dgram tests on OSX are known failures |
Landed in 2130474 |
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
PR-URL: #32094 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Closes #31858.
Ensures that
contrib/optimizations
isn't stripped from the source tree to mitigate build failures e.gI'm not 100% sure we need to include all of
contrib/optimizations
, so let me know if there are any changes I'll need to make.cc @MylesBorins @richardlau
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes