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:
159159 - " --enable_workspace"
160160 - " --keep_going"
161161 - " --build_tag_filters=-integration-test"
162- - " --action_env=CGO_ENABLED=1"
163162 test_targets :
164163 - " --"
165164 - " ..."
@@ -240,6 +239,8 @@ tasks:
240239 integration_test_build_file_generation_windows_workspace :
241240 << : *reusable_build_test_all
242241 << : *common_workspace_flags
242+ build_flags :
243+ - " --action_env=CGO_ENABLED=1"
243244 name : " examples/build_file_generation: Windows, workspace"
244245 working_directory : examples/build_file_generation
245246 platform : windows
@@ -339,6 +340,8 @@ tasks:
339340 integration_test_bzlmod_build_file_generation_windows :
340341 << : *reusable_build_test_all
341342 # coverage is not supported on Windows
343+ build_flags :
344+ - " --action_env=CGO_ENABLED=1"
342345 name : " examples/bzlmod_build_file_generateion: Windows"
343346 working_directory : examples/bzlmod_build_file_generation
344347 platform : windows
You can’t perform that action at this time.
0 commit comments