Skip to content

Commit

Permalink
Install rust for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Jan 23, 2024
1 parent 639b2dd commit 88eed54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/hierarchic.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR $HOME/karamel
RUN opam depext ctypes-foreign
RUN opam install ctypes-foreign
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
RUN sudo apt-get install -y nodejs
RUN sudo apt-get install -y nodejs rust-all

# CI dependencies: sphinx (for the docs)
# sudo pip3 because of https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
Expand Down
3 changes: 2 additions & 1 deletion .docker/standalone.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && \
sudo \
opam \
python3 \
python3-distutils
python3-distutils \
rust-all


# Create a new user and give them sudo rights
Expand Down

0 comments on commit 88eed54

Please sign in to comment.