This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2323 matrix :
2424 os :
2525 - ubuntu-latest
26- - windows-latest
26+ # - windows-latest
2727 - macOS-latest
2828 steps :
2929 - name : Setup Windows
3939 - name : Test clang
4040 uses : llvm/actions/build-test-llvm-project@main
4141 with :
42- cmake_args : -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=Release
42+ cmake_args : -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD='X86;BPF'
4343 build_target : check-clang
Original file line number Diff line number Diff line change 2323 matrix :
2424 os :
2525 - ubuntu-latest
26- - windows-latest
26+ # - windows-latest
2727 - macOS-latest
2828 steps :
2929 - name : Setup Windows
3939 - name : Test lld
4040 uses : llvm/actions/build-test-llvm-project@main
4141 with :
42- cmake_args : -G Ninja -DLLVM_ENABLE_PROJECTS="lld" -DCMAKE_BUILD_TYPE=Release
42+ cmake_args : -G Ninja -DLLVM_ENABLE_PROJECTS="lld" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD='X86;BPF'
4343 build_target : check-lld
Original file line number Diff line number Diff line change 2121 matrix :
2222 os :
2323 - ubuntu-latest
24- - windows-latest
24+ # - windows-latest
2525 - macOS-latest
2626 steps :
2727 - name : Setup Windows
3737 - name : Test llvm
3838 uses : llvm/actions/build-test-llvm-project@main
3939 with :
40- cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release
40+ cmake_args : -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS='clang;lld' -DLLVM_TARGETS_TO_BUILD='X86;BPF'
4141
42+ # disable ABI compare
4243 abi-dump-setup :
44+ if : false
4345 runs-on : ubuntu-latest
4446 outputs :
4547 BASELINE_REF : ${{ steps.vars.outputs.BASELINE_REF }}
7072 fi
7173
7274 abi-dump :
75+ if : false
7376 needs : abi-dump-setup
7477 runs-on : ubuntu-latest
7578 strategy :
@@ -140,6 +143,7 @@ jobs:
140143 path : llvm.symbols
141144
142145 abi-compare :
146+ if : false
143147 runs-on : ubuntu-latest
144148 needs :
145149 - abi-dump-setup
You can’t perform that action at this time.
0 commit comments