mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-18 07:12:19 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/657fbc1e6cd Pull-request: https://github.com/SerenityOS/serenity/pull/9295 Reviewed-by: https://github.com/gunnarbeutner ✅
1 changed files with 3 additions and 0 deletions
|
@ -392,6 +392,9 @@ pushd "$DIR/Build/clang/$ARCH"
|
|||
popd
|
||||
popd
|
||||
|
||||
# === REMOVE UNNECESSARY BUILD ARTIFACTS ===
|
||||
rm -r "$PREFIX"/lib/libclang*.a "$PREFIX"/lib/libLLVM*.a "$PREFIX"/lib/liblld*.a
|
||||
|
||||
# === SAVE TO CACHE ===
|
||||
pushd "$DIR"
|
||||
if [ "$TRY_USE_LOCAL_TOOLCHAIN" = "y" ]; then
|
||||
|
|
Loading…
Reference in a new issue