File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ jobs:
119119 -DLLVM_TARGETS_TO_BUILD="X86" \
120120 -DSPIRV_SKIP_CLANG_BUILD=ON \
121121 -DSPIRV_SKIP_DEBUG_INFO_TESTS=ON \
122+ -DLLVM_INCLUDE_EXAMPLES=OFF \
123+ -DLLVM_INCLUDE_BENCHMARKS=OFF \
122124 -DLLVM_LIT_ARGS="-sv --no-progress-bar" \
123125 -G "Unix Makefiles"
124126 - name : DebugTmp1
@@ -178,6 +180,8 @@ jobs:
178180 -DLLVM_TARGETS_TO_BUILD="X86" \
179181 -DSPIRV_SKIP_CLANG_BUILD=ON \
180182 -DSPIRV_SKIP_DEBUG_INFO_TESTS=ON \
183+ -DLLVM_INCLUDE_EXAMPLES=OFF \
184+ -DLLVM_INCLUDE_BENCHMARKS=OFF \
181185 -DLLVM_LIT_ARGS="-sv --no-progress-bar"
182186 - name : Build
183187 shell : bash
@@ -228,6 +232,8 @@ jobs:
228232 -DLLVM_TARGETS_TO_BUILD="X86" \
229233 -DSPIRV_SKIP_CLANG_BUILD=ON \
230234 -DSPIRV_SKIP_DEBUG_INFO_TESTS=ON \
235+ -DLLVM_INCLUDE_EXAMPLES=OFF \
236+ -DLLVM_INCLUDE_BENCHMARKS=OFF \
231237 -DLLVM_LIT_ARGS="-sv --no-progress-bar" \
232238 -G "Unix Makefiles"
233239 - name : Build
You can’t perform that action at this time.
0 commit comments