Skip to content

Commit e8e15f7

Browse files
committed
fix: trying without cleanup
1 parent b5d971c commit e8e15f7

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/nix-build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77,30 +77,30 @@ jobs:
7777
extra-conf: |
7878
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7979
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
104104
- name: Build psql bundle
105105
run: >
106106
nix run "github:Mic92/nix-fast-build?rev=b1dae483ab7d4139a6297e02b6de9e5d30e43d48"

0 commit comments

Comments
 (0)