File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8080 sudo apt-get install -y libssl-dev
8181 sudo apt-get install -y libcurl4-openssl-dev
8282
83- - name : Install LLVM 7
83+ - name : Install LLVM 7 (for NVVM backend)
8484 if : contains(matrix.os, 'ubuntu')
8585 run : |
8686 mkdir -p ~/llvm7 && cd ~/llvm7
9292 sudo apt-get install -y ./*.deb
9393 sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
9494
95+ - name : Install LLVM 18 (for bindgen)
96+ if : contains(matrix.os, 'ubuntu')
97+ run : |
98+ mkdir -p ~/llvm18 && cd ~/llvm18
99+ wget https://mirrors.kernel.org/ubuntu/pool/universe/l/llvm-toolchain-18/libclang-18-dev_18.1.8-17_amd64.deb
100+ sudo apt-get update
101+ sudo apt-get install -y ./*.deb
102+ export LIBCLANG_PATH=/usr/lib/llvm-18/lib
103+
95104 - name : Load Rust Cache
9610597106 with :
You can’t perform that action at this time.
0 commit comments