-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel: Switch to pre-built standard library
Now that we have the pre-built copies of the Rust standard library for x86_64-unknown-none, we can use those instead of fetching libcore and liballoc with the host copy of Rust and fetching compiler_builtins directly. We also don't need to build them any more. This takes us part of the way to getting cross-compiling for free with rules_rust. See #14. Signed-off-by: SlyMarbo <[email protected]>
- Loading branch information
Showing
5 changed files
with
26 additions
and
219 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.