nix-output-monitor icon indicating copy to clipboard operation
nix-output-monitor copied to clipboard

Display job's system architecture when it differs from the goal derivations platform

Open mweinelt opened this issue 2 years ago • 2 comments

An example would be having to build two version of nss, one for i686-linux and one for x86_64-linux, which happens when you're building wine-wow. It would be neat to have this information more easily visible.

mweinelt avatar Apr 02 '22 18:04 mweinelt

What do you think about a different but easier to implement idea: Display the job’s system architecture whenever there are two jobs with different architecture?

maralorn avatar Apr 03 '22 10:04 maralorn

Yeah, I think that is indeed easier to develop and should provide the same clarity.

mweinelt avatar Apr 03 '22 14:04 mweinelt

On the current main branch, the architecture of build is appended to a build name, when it is not the architecture we are running on. I think this will suffice for now.

maralorn avatar Oct 07 '22 01:10 maralorn