-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update maximize-build-space action version and options #29715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Updated maximize-build-space action to use version v10 and added additional removals.
| - name: Maximize build space | ||
| # Use a specific commit for predictability and security. | ||
| uses: easimon/maximize-build-space@6ae56c86ea8db291ae39f62352a412c36ab8179b | ||
| uses: easimon/maximize-build-space@v10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like latest easimon/maximize-build-space@c28619d is just two commits ahead of v10 and makes logging slightly better. No strong opinion on which to take.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I thought about grabbing that, but the build status for the latest commit was red for some reason (the logs are gone).
| remove-dotnet: 'true' | ||
| remove-android: 'true' | ||
| remove-haskell: 'true' | ||
| remove-codeql: 'true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious what remove-docker-images actually means. Since YB uses docker, sounds like it shouldn't be removed, but the description says "Removes cached Docker images", so there is a chance it is desirable to be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try it. It looks like github is using my action changes in this PR. With the changes so far we are at 50% disk usage.
✅ Deploy Preview for infallible-bardeen-164bc9 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Updated maximize-build-space action to use version v10 and added additional removals.