Remove "-buildmode=pie" from platforms that don't support it#2419
Merged
Conversation
db2a3ab to
f854b9e
Compare
This comment has been minimized.
This comment has been minimized.
f854b9e to
c4b721a
Compare
tianon
commented
May 19, 2020
a6629b9 to
abeb84b
Compare
Member
Author
|
All good now, and all green at https://travis-ci.org/github/opencontainers/runc/builds/688947950 although something in the reporting of that status back to GitHub seems mixed up. 😅 |
Contributor
Member
Author
|
That's fair, but it's still pretty close (definitely close enough to recognize readily, IMO) -- do you think the differences are large enough that I should remove that from the commit text? |
Contributor
No, it totally makes sense to mention it, but I would replace "is taken directly from" by "is modelled after", "is inspired by", "idea is stolen from" or something... |
This sequence (and syntax) is inspired by containerd's implementation of the same: https://github.com/containerd/containerd/blob/4e08c2de67ec514b5602eea47804d41dfeabdc72/Makefile.linux#L21-L26 Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
abeb84b to
be66519
Compare
Member
Author
|
Sure, totally fair -- updated!
|
Member
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This sequence (and syntax) is taken directly from containerd's Makefile:
https://github.com/containerd/containerd/blob/4e08c2de67ec514b5602eea47804d41dfeabdc72/Makefile.linux#L21-L26