Skip to content

Commit

Permalink
Auto merge of rust-lang#136487 - marcoieni:disable-mysql-systemctl, r…
Browse files Browse the repository at this point in the history
…=<try>

ci: disable mysql before removing it

try-job: aarch64-gnu
  • Loading branch information
bors committed Feb 3, 2025
2 parents 7daf4cf + 83b3efa commit c636b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ execAndMeasureSpaceChange() {
# Remove large packages
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
cleanPackages() {
sudo systemctl disable mysql

local packages=(
'^aspnetcore-.*'
'^dotnet-.*'
Expand Down

0 comments on commit c636b9b

Please sign in to comment.