Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: reproduce issue bazel-contrib#1305 on buildkite
A bit hacky but the issue can be reproduced in run_targets in bazelci. There doesn’t seem to be a run_flags to pass —config=remote so I used shell_commands to set the --platform to linux in a new mac_fake_rbe job on buildkite. This sets up the same scenario where the build with --platform linux selected (as it would be on RBE) but the resulting nodejs_binary runnable target is run on osx.
- Loading branch information