add the configure option --enable-local-rust to pull rust from your environment#2184
Merged
Conversation
rather than the snapshots. make sure to get all of the files. update to add nmatsakis' requested feature of pointing to a different rustc install root. usage: --enable-local-rust to enable --local-rust-root="/path/to/rustc/" to change the path, which defaults to "/usr/local/" Tested on OS X and Linux, likely broken on windows.
Contributor
|
Assigned this to @graydon -- I'd merge it, but don't have a Windows machine to test on :-) |
brson
added a commit
that referenced
this pull request
Apr 16, 2012
add the configure option --enable-local-rust to pull rust from your environment
Contributor
|
Merged. Thanks! |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 22, 2022
fix dangling reference in the README
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this pull request
Jan 1, 2025
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this pull request
Jan 3, 2025
folkertdev
added a commit
to folkertdev/rust
that referenced
this pull request
Jul 8, 2026
cleanup: upstream dropped AMX-TF32
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.
Useful if you're offline, or if you're trying to work around a bug in the snapshot compiler, as I was.
usage: --enable-local-rust to enable
--local-rust-root="/path/to/rustc/" to change the path, which defaults to
"/usr/local/"
Tested on OS X and Linux, likely broken on windows.