Skip to content

Commit

Permalink
Fix Ubuntu CI after --remote_download_toplevel flip in Bazel CI (#3537
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored and linzhp committed Apr 20, 2023
1 parent 6dfed3d commit e5fa799
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ tasks:
bazel: 5.4.0 # test minimum supported version of bazel
shell_commands:
- tests/core/cgo/generate_imported_dylib.sh
build_flags:
# Temporary rollback to fix //tests/core/go_path builds
# https://github.com/bazelbuild/continuous-integration/commit/a95a916098d3015bb4ea20b7e33bc7d27d00bffc
- "--remote_download_outputs=all"
- "--build_runfile_links"
build_targets:
- "//..."
test_flags:
# Temporary rollback to fix //tests/core/go_path builds
# https://github.com/bazelbuild/continuous-integration/commit/a95a916098d3015bb4ea20b7e33bc7d27d00bffc
- "--remote_download_outputs=all"
- "--build_runfile_links"
test_targets:
- "//..."
ubuntu2004:
Expand Down

0 comments on commit e5fa799

Please sign in to comment.