Skip to content

SF Bazel 8.0.1

Pre-release
Pre-release

Choose a tag to compare

@sfc-gh-mgalindo sfc-gh-mgalindo released this 08 Feb 20:50
SNOW-1514039: Add patch for rewriting keys in auth dict

Auth from bazel download function is a dictionary url -> AuthHeaders.
If bazel downloader config rewrites the url, the auth dictionary keys need to be rewritten
so that the AuthHeaders are applied correctly.

Upstream PR: https://github.com/bazelbuild/bazel/pull/23207