Skip to content

Commit

Permalink
Disable disk space maximization for arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ritiek committed Jan 17, 2025
1 parent 059ae48 commit 0686176
Showing 1 changed file with 0 additions and 88 deletions.
88 changes: 0 additions & 88 deletions .github/workflows/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,6 @@ jobs:
pilab:
runs-on: ubuntu-24.04-arm
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
verbose: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 10
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Clone Repository
Expand All @@ -115,28 +93,6 @@ jobs:
stashy:
runs-on: ubuntu-24.04-arm
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
verbose: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 10
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Clone Repository
Expand All @@ -149,28 +105,6 @@ jobs:
zerostash:
runs-on: ubuntu-24.04-arm
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
verbose: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 10
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Clone Repository
Expand All @@ -183,28 +117,6 @@ jobs:
mangoshake:
runs-on: ubuntu-24.04-arm
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
verbose: 'true'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'
# Derivations are built under /tmp
- name: Bind mount /tmp
run: |
sudo mkdir /mnt/nix /nix
sudo chmod 0755 /nix
sudo mount --bind /mnt/nix /nix
# - name: Set swap space
# uses: pierotofy/set-swap-space@master
# with:
# swap-size-gb: 10
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Clone Repository
Expand Down

0 comments on commit 0686176

Please sign in to comment.