Skip to content

Commit

Permalink
Remove problematic @go_sdk target in bazel fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jun 25, 2024
1 parent dbfbeac commit 4184184
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/cloudbuild/builds/lib/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ time {
@local_config_platform//... \
@local_config_cc_toolchains//... \
@local_config_sh//... \
@go_sdk//... \
@remotejdk11_linux//:jdk
}
echo >&2
Expand Down
1 change: 0 additions & 1 deletion ci/gha/builds/lib/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function bazel::prefetch() {
"@local_config_platform//..."
"@local_config_cc_toolchains//..."
"@local_config_sh//..."
"@go_sdk//..."
)
local os_rules
mapfile -t os_rules < <(os::prefetch)
Expand Down

0 comments on commit 4184184

Please sign in to comment.