Skip to content

Commit

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

/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
rm rustc-nightly-x86_64-unknown-linux-gnu.tar.gz

0 comments on commit 901d855

Please sign in to comment.