Archived
1
0
forked from rarias/bscpkgs

Add riscv64 cross compilation to bsc-ci and hydra

This commit is contained in:
2025-09-29 14:30:14 +02:00
parent d1e43dba34
commit a9c8885535
2 changed files with 5 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ 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 ]}"