Skip to content

Commit 76e6a09

Browse files
authored
turn off maximize-build-space (#2623)
## Summary This GHA step started failing in another PR's CICD run. Looking at the code of the maximize-build-space action, its getting quite stale and not being updated. I ran cicd tests with my change in this PR, and they all pass fine, so looks like GHA runners may have upgraded in the meantime rendering this action moot. Maybe? Anyway, seems like we can remove it since tests pass without it now. ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent af9c1fa commit 76e6a09

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,6 @@ jobs:
145145
DEVBOX_DEBUG: ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }}
146146
DEVBOX_GOLANG_TEST_TIMEOUT: "${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h' || '30m' }}"
147147
steps:
148-
- name: Maximize build disk space
149-
uses: easimon/maximize-build-space@v10
150-
if: matrix.os == 'ubuntu-latest'
151-
with:
152-
root-reserve-mb: 32768
153-
temp-reserve-mb: 10000
154-
remove-dotnet: true
155-
remove-android: true
156-
remove-haskell: true
157-
remove-codeql: true
158148
- uses: actions/checkout@v4
159149
- name: Mount golang cache
160150
uses: actions/cache@v4

0 commit comments

Comments
 (0)