You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nix: Introduce separate shells for cross compilation
- Previously, we used a single `ci-cross` nix shell for all cross-compilation tool chains. This shell takes a very long time to build and is therefore inconvenient to use for cross-compilation on a specific target.
- This commit extends the nix flake by architecture specific ci cross shells:
- ci-cross-x86_64
- ci-cross-aarch64
- ci-cross-riscv64
- ci-cross-riscv32
- ci-cross-ppc64le
- ci-cross-aarch64_be
- It also adjusts CI to use those shells.
- This commit is port from mlkem-native:
- pq-code-package/mlkem-native#1104
Signed-off-by: willieyz <willie.zhao@chelpis.com>
0 commit comments