Conversation
snuyanzin
commented
Sep 19, 2026
| # preloaded base images shipped with the runner image can be removed here. | ||
| if command -v docker >/dev/null 2>&1; then | ||
| sudo docker image prune --all --force || true | ||
| sudo docker system prune --all --force || true |
Contributor
Author
There was a problem hiding this comment.
this will prune caches as well
snuyanzin
commented
Sep 19, 2026
| sudo apt-get remove -y '^postgresql-.*' || true | ||
| sudo apt-get remove -y '^g\+\+-.*' '^clang-.*' '^libclang-.*' || true | ||
| sudo apt-get remove -y '^gfortran-.*' '^libruby.*' || true | ||
| sudo apt-get remove -y temurin-8-jdk || true |
Contributor
Author
There was a problem hiding this comment.
since we don't use jdk8
Collaborator
snuyanzin
commented
Sep 21, 2026
| sudo apt-get remove -y 'php.*' | ||
| sudo apt-get remove -y '^mongodb-.*' | ||
| sudo apt-get remove -y '^mysql-.*' | ||
| sudo apt-get remove -y azure-cli google-cloud-sdk hhvm google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri |
Contributor
Author
There was a problem hiding this comment.
hhvm is non existing package and the reason of previous failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
PR
before
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79255&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&t=988df820-0399-5472-168a-e98331683029&l=1486
after
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79262&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&t=988df820-0399-5472-168a-e98331683029&l=2751
Brief change log
free disk space sh
Verifying this change
azure ci
Does this pull request potentially affect one of the following parts:
@Public(Evolving): ( no)Documentation
Was generative AI tooling used to co-author this PR?
Generated-by: [Tool Name and Version]