Skip to content

Commit

Permalink
gccrs: install rustc (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm authored Feb 28, 2024
1 parent 92838b6 commit 8ac0d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ RUN apt update -y -q && apt upgrade -y -q && apt upgrade -y -q && apt install -y
./aws/install && \
rm -rf aws*

## The Rust frontend now requires rustc to build.
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s - -y

# We build from a directory that must be at least searchable with
# EPERM on the CE nodes. Older GCCs erroneously search the $prefix
# used during building, and if they hit a path that gives EPERM they
Expand Down

0 comments on commit 8ac0d46

Please sign in to comment.