This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 23
23
matrix :
24
24
os :
25
25
- ubuntu-latest
26
- - windows-latest
26
+ # - windows-latest
27
27
- macOS-latest
28
28
steps :
29
29
- name : Setup Windows
39
39
- name : Test clang
40
40
uses : llvm/actions/build-test-llvm-project@main
41
41
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'
43
43
build_target : check-clang
Original file line number Diff line number Diff line change 23
23
matrix :
24
24
os :
25
25
- ubuntu-latest
26
- - windows-latest
26
+ # - windows-latest
27
27
- macOS-latest
28
28
steps :
29
29
- name : Setup Windows
39
39
- name : Test lld
40
40
uses : llvm/actions/build-test-llvm-project@main
41
41
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'
43
43
build_target : check-lld
Original file line number Diff line number Diff line change 21
21
matrix :
22
22
os :
23
23
- ubuntu-latest
24
- - windows-latest
24
+ # - windows-latest
25
25
- macOS-latest
26
26
steps :
27
27
- name : Setup Windows
37
37
- name : Test llvm
38
38
uses : llvm/actions/build-test-llvm-project@main
39
39
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'
41
41
42
+ # disable ABI compare
42
43
abi-dump-setup :
44
+ if : false
43
45
runs-on : ubuntu-latest
44
46
outputs :
45
47
BASELINE_REF : ${{ steps.vars.outputs.BASELINE_REF }}
70
72
fi
71
73
72
74
abi-dump :
75
+ if : false
73
76
needs : abi-dump-setup
74
77
runs-on : ubuntu-latest
75
78
strategy :
@@ -140,6 +143,7 @@ jobs:
140
143
path : llvm.symbols
141
144
142
145
abi-compare :
146
+ if : false
143
147
runs-on : ubuntu-latest
144
148
needs :
145
149
- abi-dump-setup
You can’t perform that action at this time.
0 commit comments