Support cross compilation for RISC-V #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should be able to cross-compile all bscpkgs to RISC-V. This can be tested by:
We may want to make sure it also works without RISC-V emulation enabled.
All packages which come from binary sources (all intel apt stuff) will not work.
We could set
meta.platformsand filter them out from bsc-ci all?Yes, we can add them incrementally to
bsc-ci.allso we only build the ones that are known to work for now.I'll would be a good idea to delay this after the machines are back, so we don't leave any build in progress.
Keep in mind that
bsc-ci.allwill run tests which will only work if binfmt enabled. We should only test buildingbsc-ci.pkgs.Agreed