Skip to content

Commit 4818d18

Browse files
committed
Install llvm 18
1 parent 0441fe8 commit 4818d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ generate:
122122
prepare:
123123
rustup target add riscv64imac-unknown-none-elf
124124
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
125126

126127
ci: build
127128
ls -alht build/release

0 commit comments

Comments
 (0)