mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:47:34 +00:00
Toolchain: Remove static LLVM libraries
We link against these dynamically anyways, so having them around is not useful. Removing them frees precious storage space on CI.
This commit is contained in:
parent
d3595477d8
commit
657fbc1e6c
1 changed files with 3 additions and 0 deletions
|
@ -392,6 +392,9 @@ pushd "$DIR/Build/clang/$ARCH"
|
||||||
popd
|
popd
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# === REMOVE UNNECESSARY BUILD ARTIFACTS ===
|
||||||
|
rm -r "$PREFIX"/lib/libclang*.a "$PREFIX"/lib/libLLVM*.a "$PREFIX"/lib/liblld*.a
|
||||||
|
|
||||||
# === SAVE TO CACHE ===
|
# === SAVE TO CACHE ===
|
||||||
pushd "$DIR"
|
pushd "$DIR"
|
||||||
if [ "$TRY_USE_LOCAL_TOOLCHAIN" = "y" ]; then
|
if [ "$TRY_USE_LOCAL_TOOLCHAIN" = "y" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue