Block a user
Support cross compilation for RISC-V
Yes, we can add them incrementally to
bsc-ci.all
so we only build the ones that are known to work for now.
Keep in mind that bsc-ci.all
will run tests which will only work if binfmt…
Support cross compilation for RISC-V
All packages which come from binary sources (all intel apt stuff) will not work.
We could set meta.platforms
and filter them out from bsc-ci all?
Fix nativeBuildInputs and add cross compilation target
I don't know either. We have useMpi ? (stdenv.buildPlatform.canExecute stdenv.hostPlatform)
so by default we won't have mpi when cross compiling between architectures (not sure how binfmt…
WIP: Enable strictDeps on all our toplevel packages