Add RISC-V cross-compilation target for CI

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2025-10-09 14:42:09 +02:00
parent 67726c1d44
commit d6621e939a
3 changed files with 40 additions and 22 deletions

View File

@@ -42,9 +42,7 @@ in
# full nixpkgs with our overlay applied
legacyPackages.${system} = pkgs;
hydraJobs = {
inherit (self.legacyPackages.${system}.bsc-ci) tests pkgs cross;
};
hydraJobs = self.legacyPackages.${system}.bsc.hydraJobs;
# propagate nixpkgs lib, so we can do bscpkgs.lib
inherit (nixpkgs) lib;