Skip to content

Commit

Permalink
disable hawking builds while weird postgres build error persists (see N…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmiro committed Jan 1, 2025
1 parent 227aade commit d1e70e5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .woodpecker/x86-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ steps:
- attic login lounge-rocks https://cache.lounge.rocks $ATTIC_KEY --set-default
secrets:
- attic_key
- name: Build hawking
image: bash
commands:
- nix build --print-out-paths '.#nixosConfigurations.hawking.config.system.build.toplevel' -o 'result-hawking'
- name: Show hawking info
image: bash
commands:
- nix path-info --closure-size -h $(readlink -f 'result-hawking')
- name: Push hawking to Attic
image: bash
commands:
- attic push lounge-rocks:nix-cache 'result-hawking'
# - name: Build hawking
# image: bash
# commands:
# - nix build --print-out-paths '.#nixosConfigurations.hawking.config.system.build.toplevel' -o 'result-hawking'
# - name: Show hawking info
# image: bash
# commands:
# - nix path-info --closure-size -h $(readlink -f 'result-hawking')
# - name: Push hawking to Attic
# image: bash
# commands:
# - attic push lounge-rocks:nix-cache 'result-hawking'
- name: Build newton
image: bash
commands:
Expand Down

0 comments on commit d1e70e5

Please sign in to comment.