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 9caa4de commit 59b065cCopy full SHA for 59b065c
os/Makefile
@@ -40,7 +40,7 @@ build: env $(KERNEL_BIN) fs-img
40
env:
41
ifeq ($(OFFLINE),)
42
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
43
- cargo install cargo-binutils
+ cargo install cargo-binutils --locked
44
rustup component add rust-src
45
rustup component add llvm-tools-preview
46
endif
0 commit comments