Skip to content

Commit

Permalink
Rollup merge of rust-lang#136487 - marcoieni:disable-mysql-systemctl,…
Browse files Browse the repository at this point in the history
… r=Mark-Simulacrum

ci: stop mysql before removing it

try-job: aarch64-gnu
  • Loading branch information
Zalathar authored Feb 10, 2025
2 parents 46c7e2c + 4677d75 commit fff8baa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ci/scripts/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ 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-.*'
Expand Down

0 comments on commit fff8baa

Please sign in to comment.