diff options
| author | bors <bors@rust-lang.org> | 2025-02-14 21:28:51 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-02-14 21:28:51 +0000 |
| commit | fc147b4a81bea997e544afa8f8f05af73c759231 (patch) | |
| tree | 39fa2580f705db146630d6cfeeabb82c5adb83aa /src/ci/scripts | |
| parent | d8810e3e2dab96778d20dd6d746ff95465515509 (diff) | |
| parent | cb9cb1de29f8a056ce4dc32388d916d1c9dc6bb4 (diff) | |
| download | rust-fc147b4a81bea997e544afa8f8f05af73c759231.tar.gz rust-fc147b4a81bea997e544afa8f8f05af73c759231.zip | |
Auto merge of #137041 - ChrisDenton:mysql, r=Kobzol
Don't remove mysql in CI I think this works around the issue? r? `@Kobzol`
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/free-disk-space.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ci/scripts/free-disk-space.sh b/src/ci/scripts/free-disk-space.sh index 89f95c5e894..055a6ac2211 100755 --- a/src/ci/scripts/free-disk-space.sh +++ b/src/ci/scripts/free-disk-space.sh @@ -71,7 +71,6 @@ printDF() { removeUnusedFilesAndDirs() { local to_remove=( - "/etc/mysql" "/usr/local/aws-sam-cli" "/usr/local/doc/cmake" "/usr/local/julia"* @@ -151,15 +150,11 @@ 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-.*' '^llvm-.*' '^mongodb-.*' - '^mysql-.*' 'azure-cli' 'firefox' 'libgl1-mesa-dri' |
