Skip to content

Commit

Permalink
Revert "rustc-1.56.1-0: Update bootstrap paths"
Browse files Browse the repository at this point in the history
This reverts commit c22c46a.

[Properly bootstrapping Rust is too much work.][1]

[1]: #171
  • Loading branch information
pmenzel committed Nov 4, 2021
1 parent c22c46a commit 4dc8fc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rustc-1.56.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ targets = "X86"
experimental-targets = ""
[build]
cargo = "/pkg/rustc-1.52.1-0/bin/cargo"
rustc = "/pkg/rustc-1.52.1-0/bin/rustc"
rustfmt = "/pkg/rustc-1.52.1-0/bin/rustfmt"
cargo = "/usr/local/package/bin/cargo"
rustc = "/usr/local/package/bin/rustc"
rustfmt = "/usr/local/package/bin/rustfmt"
# omit HTML docs to save time and space (comment this to build them)
docs = false
Expand Down Expand Up @@ -81,7 +81,7 @@ backtrace-on-ice = false
EOF

export PATH=/pkg/rustc-1.52.1-0/bin:$PATH LD_LIBRARY_PATH=/pkg/rustc-1.52.1-0/lib:$LD_LIBRARY_PATH RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi" &&
export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi" &&
python3 ./x.py build --exclude src/tools/miri

python3 ./x.py install
Expand Down

0 comments on commit 4dc8fc3

Please sign in to comment.