-
Notifications
You must be signed in to change notification settings - Fork 570
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
i#4291: append to LD_PRELOAD when using -late #4292
i#4291: append to LD_PRELOAD when using -late #4292
Conversation
When using -late, append to LD_PRELOAD rather than overwrite it. Fixes #4291
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.
Thank you for the patch.
run arm tests |
Travis is misbehaving: their Mac bots are dying or sthg midway through our build. Will try one more rerun. |
So it is in fact a build failure on Mac. It is not presented very well which is #4223.
@mattgreen, If you could fix the build failure. |
Hmm, Windows build failed. I'm surprised by that considering the source file isn't in the build. Is there a way to re-run it? |
Looks like drwrap-test 32-bit: #4231. Yes it can be re-run individually but I'll update the branch which is another way to re-run. |
run arm tests |
Just documenting that we're going to live without a test for the new code. |
Thanks for the feedback and accepting it! |
When using -late, append to LD_PRELOAD rather than overwrite it.
Fixes #4291