Disable oneplus5t CI

The free runner is not enough powerful
This commit is contained in:
Andrea Ciceri 2022-10-30 23:37:12 +01:00
parent 5d61568592
commit 3b11f01f84
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -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
build-oneplus5t:
if: ${{ always() }}
needs: check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# build-oneplus5t:
# if: ${{ always() }}
# needs: check
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
max-jobs = 10
# - uses: cachix/install-nix-action@v17
# with:
# extra_nix_config: |
# max-jobs = 10
- uses: cachix/cachix-action@v10
with:
name: aciceri-fleet
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - uses: cachix/cachix-action@v10
# with:
# name: aciceri-fleet
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#oneplus5t
- run: readlink result
# - run: nix --print-build-logs --verbose build --allow-import-from-derivation .#oneplus5t
# - run: readlink result