Fix for tests/run-make/no-builtins-attribute

This commit is contained in:
Antoni Boucher 2025-06-14 08:32:59 -04:00
parent 3f09406283
commit 5bd2c804b0
3 changed files with 8 additions and 2 deletions

View file

@ -52,6 +52,8 @@ jobs:
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
run: sudo apt-get install ninja-build ripgrep llvm-14-tools llvm libstdc++6
- run: g++ -v
- run: find / -name libstdc++.so | true
- name: Install rustfmt & clippy

View file

@ -38,7 +38,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install packages
run: sudo apt-get install ninja-build ripgrep llvm libstdc++6
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for run-make tests.
run: sudo apt-get install ninja-build ripgrep llvm-14-tools llvm libstdc++6
- name: Download artifact
run: curl -LO https://github.com/rust-lang/gcc/releases/latest/download/gcc-15.deb