Fabian Meumertzheim
Fabian Meumertzheim
Don't worry, thanks for kicking this off!
This needs https://github.com/bazelbuild/buildtools/pull/1373, which has been rolled back
@tpudlik It is an alias: https://github.com/bazelbuild/bazel/blob/029d01329f8f80c15ef555d2bc31eb370ff8e4d6/tools/BUILD.tools#L7 But the two are still different flag values, hence the potential for configuration conflicts. @gregestren
@gregestren Could you give an update on Skycache?
CI should pass after https://github.com/bazelbuild/continuous-integration/pull/2324 has propagated to the images
@comius I sent https://github.com/bazelbuild/bazel/pull/26456 with just the `ctx.actions.write` change, PTAL.
@comius Thanks for merging the other PR, I rebased this PR onto master.
Could you file this over at https://github.com/grpc/grpc? Generally speaking, when you use Gazelle and grpc, you should be able to specify your own Go SDK version regardless of what grpc...
You could try to add a `go_download_sdk` instead of calling `go_register_toolchains` or just not call the grpc macro that calls into this. It's hard to get this right in WORKSPACE...