Skip to content

Commit 1f7a6ea

Browse files
committed
ci: ignore nix-on-droid build issues
1 parent 1a06224 commit 1f7a6ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767

6868
- nix-command: build .#nixOnDroidConfigurations.pixel9.activationPackage --impure
6969
runs-on: ubuntu-24.04-arm
70+
allow-failure: true
7071

7172
- nix-command: build .#nixosConfigurations.argon.config.system.build.toplevel
7273
runs-on: ubuntu-24.04-arm
@@ -121,6 +122,7 @@ jobs:
121122

122123
- name: Build command
123124
run: nix ${{ matrix.nix-command }}
125+
continue-on-error: ${{ matrix.allow-failure || false }}
124126

125127
- name: Deploy cachix-agent spec
126128
if: github.ref == 'refs/heads/master' && inputs.branch == '' && matrix.deploy-agent

0 commit comments

Comments
 (0)