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

error: a 'x86_64-linux' … is required … but I am a 'aarch64-darwin' #677

Closed
avdv opened this issue Mar 15, 2024 · 3 comments
Closed

Comments

@avdv
Copy link
Member

avdv commented Mar 15, 2024

For this PR NixOS/nixpkgs#283480, this check is failing with:

error: a 'x86_64-linux' with features {} is required to build '/nix/store/lg08mm0jgnwfp5dvc3raid7q2hxw0y7a-boot.json.drv', but I am a 'aarch64-darwin' with features {benchmark, big-parallel, nixos-test}

Note, this is on x86_64-darwin.

@0x4A6F
Copy link
Member

0x4A6F commented Mar 15, 2024

See NixOS/nixpkgs#294725

@roberth
Copy link
Member

roberth commented Mar 16, 2024

This is an infrastructure problem. The machines that run ofborg should be configured to have remove builders.

A similar problem is experienced by nixosTests.docker-tools-cross, which needs remote builds to test a simple cross compiled docker image. (The kind of cross compilation that's almost completely cached on cache.nixos.org except for the docker image itself, so running this is feasible.).

@avdv
Copy link
Member Author

avdv commented Mar 18, 2024

OK, I didn't even realize this was about linux vs. darwin... 🙈

Closing.

@avdv avdv closed this as completed Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants