File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,18 @@ tasks:
11
11
bazel : 5.4.0 # test minimum supported version of bazel
12
12
shell_commands :
13
13
- 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"
14
19
build_targets :
15
20
- " //..."
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"
16
26
test_targets :
17
27
- " //..."
18
28
ubuntu2004 :
You can’t perform that action at this time.
0 commit comments