Fixed CI for oneplus5t
This commit is contained in:
parent
a6b6fa1d02
commit
5d61568592
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -124,16 +124,10 @@ jobs:
|
|||
extra_nix_config: |
|
||||
max-jobs = 10
|
||||
|
||||
- run: |
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
|
||||
mkdir -p ~/.config/nix
|
||||
sudo bash -c "echo system-features = aarch64-linux arm-linux >> /etc/nix/nix.conf"
|
||||
|
||||
- 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 --option system aarch64-linux --option sandbox false --extra-platforms aarch64-linux .#oneplus5t
|
||||
- run: nix --print-build-logs --verbose build --allow-import-from-derivation .#oneplus5t
|
||||
- run: readlink result
|
||||
|
|
Loading…
Add table
Reference in a new issue