Skip to content
Snippets Groups Projects
Commit e033073b authored by James Liu's avatar James Liu
Browse files

Specify macOS SDK version so GDK build succeeds

Modifies the bazelrc to specify a recent macOS SDK version. Without this
line, the build fails when Bazel attempts to locate a very old version of the
SDK. This is primarily an issue in GDK.

See https://github.com/bazelbuild/rules_go/issues/1554 for more
information.
parent acce190f
No related merge requests found
......@@ -6,3 +6,4 @@ common --test_verbose_timeout_warnings
common --test_env=KUBE_PATCH_CONVERSION_DETECTOR=true
common --test_env=KUBE_CACHE_MUTATION_DETECTOR=true
common --noallow_analysis_cache_discard
build --macos_sdk_version=14.4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment