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 0441fe8 commit 4818d18Copy full SHA for 4818d18
Makefile
@@ -122,6 +122,7 @@ generate:
122
prepare:
123
rustup target add riscv64imac-unknown-none-elf
124
cargo install --git https://github.com/nervosnetwork/ckb-standalone-debugger ckb-debugger --tag v0.118.0
125
+ wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 && rm llvm.sh
126
127
ci: build
128
ls -alht build/release
0 commit comments