Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests.cross.llvm.file fails at eval with Unknown CPU type: mipsisa32r6 #209952

Closed
Artturin opened this issue Jan 9, 2023 · 0 comments
Closed
Labels
6.topic: cross-compilation Building packages on a different sort platform than than they will be run on

Comments

@Artturin
Copy link
Member

Artturin commented Jan 9, 2023

the other tests.cross fail too

$ nix build ".#tests.cross.llvm.file"
error: Unknown CPU type: mipsisa32r6

would you happen to know anything about this? @amjoseph-nixpkgs

testedSystems = lib.filterAttrs (name: value: let
platform = lib.systems.elaborate value;
in platform.isLinux || platform.isWindows
) lib.systems.examples;

@Artturin Artturin added the 6.topic: cross-compilation Building packages on a different sort platform than than they will be run on label Jan 9, 2023
@ghost ghost mentioned this issue Jan 10, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: cross-compilation Building packages on a different sort platform than than they will be run on
Projects
None yet
Development

No branches or pull requests

1 participant