actions: use local cleanup script
This commit is contained in:
parent
c7358c7224
commit
296a5505a3
2
.github/workflows/build-then-cache.yaml
vendored
2
.github/workflows/build-then-cache.yaml
vendored
@ -17,5 +17,5 @@ jobs:
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
# free useless disk space
|
||||
- run: 'curl https://raw.githubusercontent.com/apache/arrow/31747f067a6ae29eca2d9bc68748500a8163d83e/ci/scripts/util_free_space.sh | bash'
|
||||
- run: 'bash ci/util_free_space_extreme.sh'
|
||||
- run: 'nix build .#nixosConfigurations.nullbox.config.system.build.toplevel'
|
||||
|
4
.github/workflows/proactive-update.yaml
vendored
4
.github/workflows/proactive-update.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
# free useless disk space
|
||||
- run: 'curl https://raw.githubusercontent.com/apache/arrow/31747f067a6ae29eca2d9bc68748500a8163d83e/ci/scripts/util_free_space.sh | bash'
|
||||
- run: 'bash ci/util_free_space_extreme.sh'
|
||||
- run: 'nix flake update'
|
||||
- run: 'nix build .#nixosConfigurations.rpi4.config.system.build.toplevel'
|
||||
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
# free useless disk space
|
||||
- run: 'curl https://raw.githubusercontent.com/apache/arrow/31747f067a6ae29eca2d9bc68748500a8163d83e/ci/scripts/util_free_space.sh | bash'
|
||||
- run: 'bash ci/util_free_space_extreme.sh'
|
||||
- run: 'nix flake update'
|
||||
- run: 'nix build .#nixosConfigurations.nullbox.config.system.build.toplevel'
|
||||
- run: 'nix build .#nixosConfigurations.slab.config.system.build.toplevel'
|
||||
|
Loading…
x
Reference in New Issue
Block a user