We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a608f0 + 4677d75 commit e1bd25eCopy full SHA for e1bd25e
src/ci/scripts/free-disk-space.sh
@@ -110,6 +110,9 @@ execAndMeasureSpaceChange() {
110
# Remove large packages
111
# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh
112
cleanPackages() {
113
+ # Stop services to avoid issues when removing their packages.
114
+ sudo systemctl stop mysql
115
+
116
local packages=(
117
'^aspnetcore-.*'
118
'^dotnet-.*'
0 commit comments