please icon indicating copy to clipboard operation
please copied to clipboard

Some targets don't exist for some architectures?

Open samwestmoreland opened this issue 2 years ago • 1 comments

swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts
Build finished; total time 540ms, incrementality 0.0%. Outputs:
//test/get_outs:nonamedouts:
  plz-out/gen/test/get_outs/x
swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts --arch linux_amd64
Build finished; total time 30ms, incrementality 100.0%. Outputs:
//test/get_outs:nonamedouts:
  plz-out/gen/test/get_outs/x
swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts --arch freebsd_amd6
Building [0/1, 0.0s]:
  CPU use:   0.0%  I/O:   0.0%  Mem use:   0.0%
12:21:14.566 CRITICAL: Target //test/get_outs:nonamedouts not found in build graph
  
swestmoreland@swestmoreland-tm01550 ~/please_dev/please (master)$ plz build //test/get_outs:nonamedouts --arch darwin_arm64
Building [0/1, 0.0s]:
  CPU use:   0.0%  I/O:   0.0%  Mem use:   0.0%
12:21:17.417 CRITICAL: Target //test/get_outs:nonamedouts not found in build graph

samwestmoreland avatar Jul 27 '23 11:07 samwestmoreland

This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]