Skip to content

Commit

Permalink
Update install-compilers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Sep 27, 2024
1 parent 6f73fd0 commit ada1a81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions builder/install-compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

/app/infra/bin/ce_install install "compilers/cuda 11.8.0"

curl -O https://github.com/EnzymeAD/rust/releases/download/enzyme-0.0.1/rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
curl -LJO https://github.com/EnzymeAD/rust/releases/download/enzyme-0.0.1/rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
mkdir -p /opt/compiler-explorer/rust-nightly-enzyme
tar -C /opt/compiler-explorer/rust-nightly-enzyme -xf rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
rm rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
tar -xf rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
cp -r ./rustc-nightly-x86_64-unknown-linux-gnu/rustc/* /opt/compiler-explorer/rust-nightly-enzyme/
rm -r rustc-nightly-x86_64-unknown-linux-gnu.tar
rm rustc-nightly-x86_64-unknown-linux-gnu.tar.gz

0 comments on commit ada1a81

Please sign in to comment.