We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aa9ba commit 2649b36Copy full SHA for 2649b36
1 file changed
xtask/Dockerfile
@@ -10,10 +10,14 @@ RUN apt-get update && apt-get install -y \
10
python3 \
11
python3-dev \
12
python3-venv \
13
+ rustup \
14
uuid-dev \
15
wget \
16
xz-utils
17
18
+RUN rustup install 1.96
19
+RUN cargo install --locked cargo-make@0.37.24
20
+
21
# Use the 2023.09.13 nightly GCC 5 toolchain for RISCV64.
22
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
23
RUN echo "0ecaa2a242d39c84e5f0aef33a771a93e5b89c4833b5ff87d5604008f34a068b gcc-riscv.tar.xz" | sha256sum --check
0 commit comments