File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ tasks:
159
159
- " --enable_workspace"
160
160
- " --keep_going"
161
161
- " --build_tag_filters=-integration-test"
162
- - " --action_env=CGO_ENABLED=1"
163
162
test_targets :
164
163
- " --"
165
164
- " ..."
@@ -240,6 +239,8 @@ tasks:
240
239
integration_test_build_file_generation_windows_workspace :
241
240
<< : *reusable_build_test_all
242
241
<< : *common_workspace_flags
242
+ build_flags :
243
+ - " --action_env=CGO_ENABLED=1"
243
244
name : " examples/build_file_generation: Windows, workspace"
244
245
working_directory : examples/build_file_generation
245
246
platform : windows
@@ -339,6 +340,8 @@ tasks:
339
340
integration_test_bzlmod_build_file_generation_windows :
340
341
<< : *reusable_build_test_all
341
342
# coverage is not supported on Windows
343
+ build_flags :
344
+ - " --action_env=CGO_ENABLED=1"
342
345
name : " examples/bzlmod_build_file_generateion: Windows"
343
346
working_directory : examples/bzlmod_build_file_generation
344
347
platform : windows
You can’t perform that action at this time.
0 commit comments