Skip to content

Commit

Permalink
Merge pull request #16 from EnzymeAD/update-rust-enzyme
Browse files Browse the repository at this point in the history
update rust to 0.0.4
  • Loading branch information
tgymnich authored Feb 11, 2025
2 parents 39b321e + f8bd86b commit 9c35801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/install-compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/app/infra/bin/ce_install install "compilers/cuda 11.8.0"

# rust
curl -LJO https://github.com/EnzymeAD/rust/releases/download/enzyme-0.0.3/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
curl -LJO https://github.com/EnzymeAD/rust/releases/download/enzyme-0.0.4/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
mkdir -p /opt/compiler-explorer/rust-nightly-enzyme
tar -xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
./rust-nightly-x86_64-unknown-linux-gnu/install.sh --prefix=/opt/compiler-explorer/rust-nightly-enzyme/
Expand Down

0 comments on commit 9c35801

Please sign in to comment.