Skip to content

Commit e25d31c

Browse files
committed
Auto merge of rust-lang#136487 - marcoieni:disable-mysql-systemctl, r=<try>
ci: stop mysql before removing it try-job: aarch64-gnu
2 parents a5db378 + 4677d75 commit e25d31c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/scripts/free-disk-space.sh

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ execAndMeasureSpaceChange() {
110110
# Remove large packages
111111
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
112112
cleanPackages() {
113+
# Stop services to avoid issues when removing their packages.
114+
sudo systemctl stop mysql
115+
113116
local packages=(
114117
'^aspnetcore-.*'
115118
'^dotnet-.*'

0 commit comments

Comments
 (0)