@@ -77,30 +77,30 @@ jobs:
77
77
extra-conf : |
78
78
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
79
79
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
80
- - name : Aggressive disk cleanup for DuckDB build
81
- if : matrix.runner == 'macos-latest-xlarge'
82
- run : |
83
- echo "=== BEFORE CLEANUP ==="
84
- df -h
85
- # Remove major space consumers
86
- sudo rm -rf /usr/share/dotnet || true
87
- sudo rm -rf /usr/local/lib/android || true
88
- sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform || true
89
- sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/watchOS.platform || true
90
- sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/tvOS.platform || true
91
- # Clean everything possible
92
- sudo rm -rf /opt/ghc || true
93
- sudo rm -rf /usr/local/share/boost || true
94
- sudo rm -rf /opt/homebrew || true
95
- sudo xcrun simctl delete all 2>/dev/null || true
96
- # Aggressive cache cleanup
97
- sudo rm -rf /System/Library/Caches/* 2>/dev/null || true
98
- sudo rm -rf /Library/Caches/* 2>/dev/null || true
99
- sudo rm -rf ~/Library/Caches/* 2>/dev/null || true
100
- sudo rm -rf /private/var/log/* 2>/dev/null || true
101
- sudo rm -rf /tmp/* 2>/dev/null || true
102
- echo "=== AFTER CLEANUP ==="
103
- df -h
80
+ # - name: Aggressive disk cleanup for DuckDB build
81
+ # if: matrix.runner == 'macos-latest-xlarge'
82
+ # run: |
83
+ # echo "=== BEFORE CLEANUP ==="
84
+ # df -h
85
+ # # Remove major space consumers
86
+ # sudo rm -rf /usr/share/dotnet || true
87
+ # sudo rm -rf /usr/local/lib/android || true
88
+ # sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform || true
89
+ # sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/watchOS.platform || true
90
+ # sudo rm -rf /Applications/Xcode.app/Contents/Developer/Platforms/tvOS.platform || true
91
+ # # Clean everything possible
92
+ # sudo rm -rf /opt/ghc || true
93
+ # sudo rm -rf /usr/local/share/boost || true
94
+ # sudo rm -rf /opt/homebrew || true
95
+ # sudo xcrun simctl delete all 2>/dev/null || true
96
+ # # Aggressive cache cleanup
97
+ # sudo rm -rf /System/Library/Caches/* 2>/dev/null || true
98
+ # sudo rm -rf /Library/Caches/* 2>/dev/null || true
99
+ # sudo rm -rf ~/Library/Caches/* 2>/dev/null || true
100
+ # sudo rm -rf /private/var/log/* 2>/dev/null || true
101
+ # sudo rm -rf /tmp/* 2>/dev/null || true
102
+ # echo "=== AFTER CLEANUP ==="
103
+ # df -h
104
104
- name : Build psql bundle
105
105
run : >
106
106
nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"
0 commit comments