-
Notifications
You must be signed in to change notification settings - Fork 92
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
Changes required for GLIBC backward compatibility with gitian builds #501
Conversation
I'm still building final gitian build locally, will post hashes once done. |
dc116f0
to
213e1ba
Compare
can't test this till next week (monday) |
98bff46
to
712c20a
Compare
2251c0f
to
0aea3d3
Compare
031b1de
to
e338010
Compare
c6cc185
to
dd3462c
Compare
Added |
Gitian build hashes for 8d41032
Hashes:
|
just a question, are you sure the flag should be |
Works either way 👍 I'm just used to not adding the space when doing |
BTW @proletesseract I've tested the gitian build on here, and I can confirm the pink color on the GUI on OSX. I'll see if I can fix it and create a PR |
ACK |
im running the gitian build on this PR now to confirm hashes |
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.
All my gitian hashes match what you posted. Travis build is passing. I have skimmed the diff it looks fine, it's quite long so i haven't gone line by line.
@aguycalled I wanna change my bounty address to |
hashes match for me too, tested osx/debian |
Paid 1a630ac0f1736659e6362fd11eb8bee53d0e365b9f1a8640204f2a3690759bb2 |
This closes #482
These changes include some upstream changes to./src/compat
code and gitian build for linux downgraded totrusty
so that the linux binaries will use older GLIBC when linkingWindows and OSX builds remain onbionic
as they did not have the GLIBC back compat issuelibcurl had to be downgraded back to 7.58.0 ( Which was the version before PR #461 )EDIT:
All builds remain on
bionic
Added more compat code to get
libunbound 1.9.0
andlibcurl 7.64
working with older GLIBC