Skip to content

Commit 2649b36

Browse files
xtask: Install rust and cargo-make in Dockerfile
1 parent 15aa9ba commit 2649b36

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

xtask/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ RUN apt-get update && apt-get install -y \
1010
python3 \
1111
python3-dev \
1212
python3-venv \
13+
rustup \
1314
uuid-dev \
1415
wget \
1516
xz-utils
1617

18+
RUN rustup install 1.96
19+
RUN cargo install --locked cargo-make@0.37.24
20+
1721
# Use the 2023.09.13 nightly GCC 5 toolchain for RISCV64.
1822
RUN wget -q -O gcc-riscv.tar.xz https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2025.09.28/riscv64-elf-ubuntu-22.04-gcc-nightly-2025.09.28-nightly.tar.xz
1923
RUN echo "0ecaa2a242d39c84e5f0aef33a771a93e5b89c4833b5ff87d5604008f34a068b gcc-riscv.tar.xz" | sha256sum --check

0 commit comments

Comments
 (0)