File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions:
1212env :
1313 # Enable backtraces for easier debugging
1414 RUST_BACKTRACE : 1
15+ # For the run-make tests.
16+ LLVM_BIN_DIR : /usr/bin
1517
1618jobs :
1719 build :
4850
4951 - name : Install packages
5052 # `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
51- run : sudo apt-get install ninja-build ripgrep llvm-14-tools
53+ run : sudo apt-get install ninja-build ripgrep llvm-14-tools llvm libstdc++6
54+
55+ - run : find / -name libstdc++.so | true
5256
5357 - name : Install rustfmt & clippy
5458 run : rustup component add rustfmt clippy
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permissions:
1212env :
1313 # Enable backtraces for easier debugging
1414 RUST_BACKTRACE : 1
15+ # For the run-make tests.
16+ LLVM_BIN_DIR : /usr/bin
1517
1618jobs :
1719 build :
3638 uses : Swatinem/rust-cache@v2
3739
3840 - name : Install packages
39- run : sudo apt-get install ninja-build ripgrep
41+ run : sudo apt-get install ninja-build ripgrep llvm libstdc++6
4042
4143 - name : Download artifact
4244 run : curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb
4951 - name : Set env
5052 run : |
5153 echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
52-
53-
5454
5555 - name : Build
5656 run : |
You can’t perform that action at this time.
0 commit comments