Skip to content

Commit 5c2ff56

Browse files
FIX: CI containers running out of space
1 parent 76cfdd8 commit 5c2ff56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/arch-x86.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
ca-certificates cmake ninja gcc \
3131
python python-pip python-setuptools \
3232
wget diffutils xz
33+
pacman -Scc --noconfirm
3334
wget -nv --tries=5 --waitretry=5 --timeout=30 \
3435
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
3536
tar xf "LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
3637
mv "LLVM-${LLVM_VERSION}-Linux-X64" "${LLVM_PREFIX}"
38+
rm -f "LLVM-${LLVM_VERSION}-Linux-X64.tar.xz"
3739
pip3 install lit --break-system-packages
3840
echo "${LLVM_PREFIX}/bin" >> "$GITHUB_PATH"
3941
- name: Build eter

0 commit comments

Comments
 (0)