Add cross compilation to riscv64 in hydraJobs

This commit is contained in:
Aleix Boné 2025-09-29 14:30:14 +02:00
parent d1e43dba34
commit f8f3099d95
No known key found for this signature in database

View File

@ -18,6 +18,10 @@
hydraJobs = {
inherit (self.legacyPackages.${system}.bsc-ci) test pkgs;
cross = self.lib.genAttrs [ "riscv64" ] (target:
self.legacyPackages.${system}.pkgsCross.${target}.bsc-ci.pkgs
);
};
# propagate nixpkgs lib, so we can do bscpkgs.lib