Skip to content

Commit b898984

Browse files
authored
Reduce MacOS cache size by not including benchmarks, examples and tests (#473)
1 parent 73cfb81 commit b898984

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/MacOS.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ jobs:
255255
-DLLVM_ENABLE_TERMINFO=OFF \
256256
-DLLVM_ENABLE_LIBXML2=OFF \
257257
-G Ninja \
258+
-DLLVM_INCLUDE_BENCHMARKS=OFF \
259+
-DLLVM_INCLUDE_EXAMPLES=OFF \
260+
-DLLVM_INCLUDE_TESTS=OFF \
258261
../llvm
259262
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
260263
fi

0 commit comments

Comments
 (0)