Skip to content

Commit

Permalink
add rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Sep 27, 2024
1 parent 82b9fc2 commit 6f73fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builder/install-compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
/app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk"

/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
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

0 comments on commit 6f73fd0

Please sign in to comment.