Skip to content

Commit a8f3e3a

Browse files
authored
Reduce Windows cache size by only building necessary targets (#468)
1 parent d8e1a55 commit a8f3e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
-DLLVM_ENABLE_TERMINFO=OFF `
201201
-DLLVM_ENABLE_LIBXML2=OFF `
202202
..\llvm
203-
cmake --build . --config Release --target clang clang-repl --parallel ${{ env.ncpus }}
203+
cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
204204
}
205205
cd ..\
206206
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)