Explorar o código

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 hai 10 meses
pai
achega
1a77fd26d0
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      .github/workflows/build.yml

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

@@ -34,18 +34,6 @@ jobs:
         run: |
         run: |
           echo "===== Initial Total Disk Space in GB ====="
           echo "===== Initial Total Disk Space in GB ====="
           df -BG
           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
       - name: Download Apache Arrow's util_free_space.sh
         run: |
         run: |