Skip to content

Commit e5fa799

Browse files
fmeumlinzhp
authored andcommitted
Fix Ubuntu CI after --remote_download_toplevel flip in Bazel CI (#3537)
Fixes failures such as: https://buildkite.com/bazel/rules-go-golang/builds/5066#01878f4b-c637-4080-b1df-47ff2e0e5f63/276-300 caused by bazelbuild/continuous-integration#1585.
1 parent 6dfed3d commit e5fa799

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,18 @@ tasks:
1111
bazel: 5.4.0 # test minimum supported version of bazel
1212
shell_commands:
1313
- tests/core/cgo/generate_imported_dylib.sh
14+
build_flags:
15+
# Temporary rollback to fix //tests/core/go_path builds
16+
# https://github.com/bazelbuild/continuous-integration/commit/a95a916098d3015bb4ea20b7e33bc7d27d00bffc
17+
- "--remote_download_outputs=all"
18+
- "--build_runfile_links"
1419
build_targets:
1520
- "//..."
21+
test_flags:
22+
# Temporary rollback to fix //tests/core/go_path builds
23+
# https://github.com/bazelbuild/continuous-integration/commit/a95a916098d3015bb4ea20b7e33bc7d27d00bffc
24+
- "--remote_download_outputs=all"
25+
- "--build_runfile_links"
1626
test_targets:
1727
- "//..."
1828
ubuntu2004:

0 commit comments

Comments
 (0)