Skip to content

Commit 2c42ebd

Browse files
authored
Reduce Ubuntu cache size by only building necessary targets (#469)
1 parent ca29de3 commit 2c42ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
-DLLVM_ENABLE_LIBXML2=OFF \
234234
-G Ninja \
235235
../llvm
236-
ninja clang clang-repl -j ${{ env.ncpus }}
236+
ninja clang clangInterpreter clangStaticAnalyzerCore -j ${{ env.ncpus }}
237237
fi
238238
cd ../
239239
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)