NixOS / ofborg

@ofborg tooling automation https://monitoring.ofborg.org/dashboard/db/ofborg

Home Page:https://ofborg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

avdv opened this issue · comments

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.

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.).

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

Closing.