Skip to content

Commit 1a77fd2

Browse files
committed
ci: remove commented out build space optimization steps
The commented out steps for maximizing build space were not being used and were cluttering the workflow file. Removing them improves readability and maintainability of the CI configuration.
1 parent aad8cde commit 1a77fd2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ jobs:
3434
run: |
3535
echo "===== Initial Total Disk Space in GB ====="
3636
df -BG
37-
# - name: Maximize Build Space
38-
# uses: AdityaGarg8/remove-unwanted-software@v5
39-
# with:
40-
# remove-dotnet: 'true' # Frees ~2 GB
41-
# remove-android: 'true' # Frees ~9 GB
42-
# remove-haskell: 'true' # Frees ~5.2 GB
43-
# remove-codeql: 'true' # Frees ~5.4 GB
44-
# remove-docker-images: 'true' # Frees ~3.2 GB
45-
# remove-large-packages: 'true' # Frees ~3.1 GB
46-
# remove-swapfile: 'true' # Frees ~4 GB
47-
# remove-cached-tools: 'false' # Avoid unless confirmed safe
48-
# verbose: 'true' # Enable detailed logging
4937
5038
- name: Download Apache Arrow's util_free_space.sh
5139
run: |

0 commit comments

Comments
 (0)