Disable oneplus5t
CI
The free runner is not enough powerful
This commit is contained in:
parent
5d61568592
commit
3b11f01f84
1 changed files with 17 additions and 17 deletions
34
.github/workflows/build.yaml
vendored
34
.github/workflows/build.yaml
vendored
|
@ -111,23 +111,23 @@ jobs:
|
||||||
|
|
||||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation --option system aarch64-linux --option sandbox false --extra-platforms aarch64-linux .#nixosConfigurations.pbp.config.system.build.toplevel
|
- run: nix --print-build-logs --verbose build --allow-import-from-derivation --option system aarch64-linux --option sandbox false --extra-platforms aarch64-linux .#nixosConfigurations.pbp.config.system.build.toplevel
|
||||||
|
|
||||||
build-oneplus5t:
|
# build-oneplus5t:
|
||||||
if: ${{ always() }}
|
# if: ${{ always() }}
|
||||||
needs: check
|
# needs: check
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v17
|
# - uses: cachix/install-nix-action@v17
|
||||||
with:
|
# with:
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
max-jobs = 10
|
# max-jobs = 10
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v10
|
# - uses: cachix/cachix-action@v10
|
||||||
with:
|
# with:
|
||||||
name: aciceri-fleet
|
# name: aciceri-fleet
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#oneplus5t
|
# - run: nix --print-build-logs --verbose build --allow-import-from-derivation .#oneplus5t
|
||||||
- run: readlink result
|
# - run: readlink result
|
||||||
|
|
Loading…
Add table
Reference in a new issue