ci(packages): append `bionic-host` to the regex used to look for larger packages

This commit is contained in:
Twaik Yont 2023-11-09 07:45:37 +02:00
parent d4cc360b11
commit 52258bd876
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ jobs:
done
if [ ! -z "$packages" ]; then
if grep -qP '(^|\s)(clvk|dart|libllvm|rust|rustc-nightly|swift|tinygo|wasmer|zig|firefox)($|\s)' <<< "$packages"; then
if grep -qP '(^|\s)(clvk|dart|libllvm|rust|rustc-nightly|swift|tinygo|wasmer|zig|firefox|bionic-host)($|\s)' <<< "$packages"; then
./scripts/setup-ubuntu.sh
sudo apt install ninja-build
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(aspnetcore|cabal-|dotnet-|ghc-|libmono|php)') \