Skip to content

Commit c36a4e6

Browse files
committed
different cgo
1 parent 7aa0875 commit c36a4e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)