-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Musl host toolchain #58575
Merged
Merged
Musl host toolchain #58575
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 880b041 - Browse repository at this point
Copy the full SHA 880b041View commit details -
Set RUSTFLAGS env to make dylib work
The musl-target doesn't automatically disable static linking of musl when building a dylib, and then complains it can't build a dylib. As a workaround, disable static linking via RUSTFLAGS, to see how far the build gets. The proper fix is to have rustc figure that out automagically.
Configuration menu - View commit details
-
Copy full SHA for 3729e48 - Browse repository at this point
Copy the full SHA 3729e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for aecb32c - Browse repository at this point
Copy the full SHA aecb32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2aa52 - Browse repository at this point
Copy the full SHA 8e2aa52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f107fd - Browse repository at this point
Copy the full SHA 3f107fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a3311 - Browse repository at this point
Copy the full SHA 52a3311View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacb305 - Browse repository at this point
Copy the full SHA cacb305View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc1ce0 - Browse repository at this point
Copy the full SHA cbc1ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd57ef - Browse repository at this point
Copy the full SHA 4dd57efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66de5c6 - Browse repository at this point
Copy the full SHA 66de5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17464a7 - Browse repository at this point
Copy the full SHA 17464a7View commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f364f48 - Browse repository at this point
Copy the full SHA f364f48View commit details
Commits on Mar 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 451343e - Browse repository at this point
Copy the full SHA 451343eView commit details
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.