Auto merge of #137041 - ChrisDenton:mysql, r=Kobzol

Don't remove mysql in CI

I think this works around the issue?

r? `@Kobzol`
This commit is contained in:
bors 2025-02-14 21:28:51 +00:00
commit fc147b4a81

View file

@ -71,7 +71,6 @@ printDF() {
removeUnusedFilesAndDirs() {
local to_remove=(
"/etc/mysql"
"/usr/local/aws-sam-cli"
"/usr/local/doc/cmake"
"/usr/local/julia"*
@ -151,15 +150,11 @@ execAndMeasureSpaceChange() {
# Remove large packages
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
cleanPackages() {
# Stop services to avoid issues when removing their packages.
sudo systemctl stop mysql
local packages=(
'^aspnetcore-.*'
'^dotnet-.*'
'^llvm-.*'
'^mongodb-.*'
'^mysql-.*'
'azure-cli'
'firefox'
'libgl1-mesa-dri'