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
I have two machine configs, one builds, the other, adds some to the first, and does not build. Eventually it tries to build something that needs bootstrap-tools. And that seems to forcibly want a native builder.
Any tips on what this means, or how to resolve it? Since I'm able to cross-compile the minimal build, I could qemu boot it, or have someone remote operate my VF2 far away and do a native build, but I'd also really like to cross-compile as much as possible.
The text was updated successfully, but these errors were encountered:
error: a 'riscv64-linux' with features {} is required to build '/nix/store/03w7yyb2cqw3blz9biawkypig49lx2fc-bootstrap-tools.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test, recursive-nix}
Hi,
I have two machine configs, one builds, the other, adds some to the first, and does not build. Eventually it tries to build something that needs
bootstrap-tools
. And that seems to forcibly want a native builder.Any tips on what this means, or how to resolve it? Since I'm able to cross-compile the minimal build, I could qemu boot it, or have someone remote operate my VF2 far away and do a native build, but I'd also really like to cross-compile as much as possible.
The text was updated successfully, but these errors were encountered: