-
Notifications
You must be signed in to change notification settings - Fork 27
fix linkage issue in RH builds #190
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
Conversation
|
@derekparker thanks for all the help in root causing this. Merging this in would make things much easier since we can use the downstream RH as-is. |
derekparker
left a comment
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
I'm happy to merge this and then remove the downstream patch we carry.
Ping @dbenoit17 for a second +1 before merging.
c396c5d to
0cea428
Compare
0cea428 to
3180561
Compare
e3a9331 to
21e885e
Compare
21e885e to
3c3531f
Compare
derekparker
left a comment
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
dbenoit17
left a comment
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
|
@dbenoit17 @derekparker There seems to some sort of race condition in PR merges since we have two files with same names now in the main branch patches/015-fix-linkage.patch |
go binary (tested with v1.21.7 on Oracle Linux) seems to be missing vendored openssl patches.
The above command returns nothing. Derek suggested that https://go-review.googlesource.com/c/go/+/454836 might be the reason for this.
I wanted to try a smaller change-set and so i think setting toolenv to empty string should work. I tried a make.bash and it worked and linkage is fine post that.
fixes #186
First time submitting a PR here, so please let me know if any changes are required.