replace pkgs.rustPlatform with naersk + fenix

Now that fenix + naersk are used, we don't have the problem of hour-long
builds of a `pkgsStatic.rustc` running in qemu-aarch64. Thus, we can now
finally add these without a big penalty in CI runtime. In addition to
that, the i686 target is added as well.
This commit is contained in:
wucke13
2023-04-23 00:03:31 +02:00
parent 279b3c49fc
commit 695ef6a769
4 changed files with 130 additions and 51 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
matrix:
nix-system:
- x86_64-linux
# - aarch64-linux
- i686-linux
- aarch64-linux
steps:
- uses: actions/checkout@v3
- name: Build release-package for ${{ matrix.nix-system }}