File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- name : " Precommit tests "
1+ name : " Linux Precommit Tests "
22
33permissions :
44 contents : read
1111 - ' .github/workflows/precommit.yaml'
1212 - ' llvm/**'
1313
14+ concurrency :
15+ # Skip intermediate builds: always.
16+ # Cancel intermediate builds: only if it is a pull request build.
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
19+
1420jobs :
15- build-llvm :
16- name : " Build and test LLVM"
21+ build-llvm-linux :
22+ name : " Build and test LLVM (Linux) "
1723 runs-on : ubuntu-latest
1824 container :
1925 image : ghcr.io/llvm/ci-ubuntu-22.04:latest
3844 -DCMAKE_C_COMPILER=clang \
3945 -DCMAKE_CXX_COMPILER=clang++ \
4046 -DLLVM_LIT_ARGS="-v --no-progress-bar" \
41- ./llvm
47+ -S ./llvm
4248 - name : Build LLVM
4349 run : |
4450 ninja -C llvm-build llvm-test-depends
You can’t perform that action at this time.
0 commit comments