Skip to content

Commit 4ddce2f

Browse files
committed
why is rv32ima tier 3
1 parent 0bb4cba commit 4ddce2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/.devcontainer/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ USER vscode
1111

1212
RUN rustup toolchain install nightly-2024-11-16
1313

14+
# NOTE: add the following to rustflags if using riscv32imac, since we don't support compressed instructions
15+
# "-C", "target-feature=-c",
1416
RUN rustup target add riscv32i-unknown-none-elf
15-
RUN rustup target add riscv32ima-unknown-none-elf
17+
RUN rustup target add riscv32im-unknown-none-elf
18+
RUN rustup target add riscv32imac-unknown-none-elf
1619

1720
RUN rustup component add --toolchain nightly-2024-11-16 clippy llvm-tools
1821

0 commit comments

Comments
 (0)