Skip to content

Commit fc147b4

Browse files
committed
Auto merge of #137041 - ChrisDenton:mysql, r=Kobzol
Don't remove mysql in CI I think this works around the issue? r? `@Kobzol`
2 parents d8810e3 + cb9cb1d commit fc147b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ printDF() {
7171

7272
removeUnusedFilesAndDirs() {
7373
local to_remove=(
74-
"/etc/mysql"
7574
"/usr/local/aws-sam-cli"
7675
"/usr/local/doc/cmake"
7776
"/usr/local/julia"*
@@ -151,15 +150,11 @@ execAndMeasureSpaceChange() {
151150
# Remove large packages
152151
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
153152
cleanPackages() {
154-
# Stop services to avoid issues when removing their packages.
155-
sudo systemctl stop mysql
156-
157153
local packages=(
158154
'^aspnetcore-.*'
159155
'^dotnet-.*'
160156
'^llvm-.*'
161157
'^mongodb-.*'
162-
'^mysql-.*'
163158
'azure-cli'
164159
'firefox'
165160
'libgl1-mesa-dri'

0 commit comments

Comments
 (0)