Skip to content

Commit 73cfb81

Browse files
authored
Reduce Ubuntu cache size by not including benchmarks, examples and tests (#472)
1 parent aa14089 commit 73cfb81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ jobs:
232232
-DLLVM_ENABLE_TERMINFO=OFF \
233233
-DLLVM_ENABLE_LIBXML2=OFF \
234234
-G Ninja \
235+
-DLLVM_INCLUDE_BENCHMARKS=OFF \
236+
-DLLVM_INCLUDE_EXAMPLES=OFF \
237+
-DLLVM_INCLUDE_TESTS=OFF \
235238
../llvm
236239
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
237240
fi

0 commit comments

Comments
 (0)