Răsfoiți Sursa

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.
TheWildJames 10 luni în urmă
părinte
comite
1a77fd26d0
1 a modificat fișierele cu 0 adăugiri și 12 ștergeri
  1. 0 12
      .github/workflows/build.yml

+ 0 - 12
.github/workflows/build.yml

@@ -34,18 +34,6 @@ jobs:
         run: |
           echo "===== Initial Total Disk Space in GB ====="
           df -BG
-      # - name: Maximize Build Space
-      #   uses: AdityaGarg8/remove-unwanted-software@v5
-      #   with:
-      #     remove-dotnet: 'true'          # Frees ~2 GB
-      #     remove-android: 'true'         # Frees ~9 GB
-      #     remove-haskell: 'true'         # Frees ~5.2 GB
-      #     remove-codeql: 'true'          # Frees ~5.4 GB
-      #     remove-docker-images: 'true'   # Frees ~3.2 GB
-      #     remove-large-packages: 'true'  # Frees ~3.1 GB
-      #     remove-swapfile: 'true'        # Frees ~4 GB
-      #     remove-cached-tools: 'false'   # Avoid unless confirmed safe
-      #     verbose: 'true'                # Enable detailed logging
           
       - name: Download Apache Arrow's util_free_space.sh
         run: |