Skip to content

Commit c123cbd

Browse files
committed
fix: revert workflow
1 parent e8e15f7 commit c123cbd

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/nix-build.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
arch: amd64
2525
- runner: large-linux-arm
2626
arch: arm64
27-
- runner: macos-14-xlarge
27+
- runner: macos-latest-xlarge
2828
arch: arm64
2929
runs-on: ${{ matrix.runner }}
3030
timeout-minutes: 180
@@ -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)