Compare commits
4 Commits
32ecd3014d
...
8871e10cea
| Author | SHA1 | Date | |
|---|---|---|---|
| 8871e10cea | |||
| 869b16aae0 | |||
| 91babf28d0 | |||
| f8f3099d95 |
@ -17,7 +17,11 @@
|
||||
legacyPackages.${system} = pkgs;
|
||||
|
||||
hydraJobs = {
|
||||
inherit (self.legacyPackages.${system}.bsc-ci) test pkgs cross;
|
||||
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
|
||||
|
||||
@ -96,10 +96,6 @@ in bscPkgs // {
|
||||
tests = final.runCommand "ci-tests" { }
|
||||
"printf '%s\n' ${toString (collect isDerivation final.bsc-ci.test)} > $out";
|
||||
|
||||
cross = prev.lib.genAttrs [ "riscv64" ] (target:
|
||||
final.pkgsCross.${target}.bsc-ci.pkgs
|
||||
);
|
||||
|
||||
all = final.runCommand "ci-all" { }
|
||||
''
|
||||
deps="${toString [ final.bsc-ci.pkgsList final.bsc-ci.tests ]}"
|
||||
|
||||
Reference in New Issue
Block a user