Skip to content

Commit

Permalink
Fix BwoB failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Apr 28, 2023
1 parent 2a71311 commit 4afb62a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,16 @@ tasks:
- tests/core/cgo/generate_imported_dylib.sh
build_flags:
- "--config=incompatible"
# 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_flags:
- "--config=incompatible"
# 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_targets:
Expand Down

0 comments on commit 4afb62a

Please sign in to comment.