Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e725d92

Browse files
committed
fix azure maybe
1 parent 9de37e3 commit e725d92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/scripts/free-disk-space.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,15 @@ cleanPackages() {
8383
'^aspnetcore-.*' \
8484
'^dotnet-.*' \
8585
'^java-*' \
86+
'^libicu.*' \
8687
'^libllvm.*' \
8788
'^llvm-.*' \
8889
'^llvm.*' \
8990
'^mongodb-.*' \
9091
'^mysql-.*' \
9192
'^r-base.*' \
9293
'^vim.*' \
94+
'adwaita-icon-theme' \
9395
'azure-cli' \
9496
'cpp-11' \
9597
'firefox' \
@@ -107,6 +109,7 @@ cleanPackages() {
107109
'kubectl' \
108110
'libgl1-mesa-dri' \
109111
'libicu-dev' \
112+
'mercurial-common' \
110113
'microsoft-edge-stable' \
111114
'mono-devel' \
112115
'mono-llvm-tools' \
@@ -115,6 +118,7 @@ cleanPackages() {
115118
'powershell' \
116119
'python-babel-localedata' \
117120
'python3-breezy' \
121+
'skopeo' \
118122
'snapd'
119123

120124
sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed"
@@ -150,7 +154,7 @@ dirs_to_remove=(
150154
"/usr/local/lib/node_modules"
151155
"/usr/local/share/chromium"
152156
"/usr/local/share/powershell"
153-
"/usr/share/az_*"
157+
"^/usr/share/az_.*"
154158
"/usr/share/dotnet"
155159
"/usr/share/icons/"
156160
"/usr/share/miniconda/"

0 commit comments

Comments
 (0)