Skip to content

Commit

Permalink
Auto merge of rust-lang#137041 - ChrisDenton:mysql, r=Kobzol
Browse files Browse the repository at this point in the history
Don't remove mysql in CI

I think this works around the issue?

r? `@Kobzol`
  • Loading branch information
bors committed Feb 14, 2025
2 parents d8810e3 + cb9cb1d commit fc147b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ci/scripts/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ printDF() {

removeUnusedFilesAndDirs() {
local to_remove=(
"/etc/mysql"
"/usr/local/aws-sam-cli"
"/usr/local/doc/cmake"
"/usr/local/julia"*
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fc147b4

Please sign in to comment.