@@ -34,6 +34,7 @@ buildifier:
34
34
build_flags :
35
35
- " --keep_going"
36
36
- " --build_tag_filters=-integration-test"
37
+ - " --incompatible_strict_action_env"
37
38
test_targets :
38
39
- " --"
39
40
- " ..."
@@ -52,6 +53,7 @@ buildifier:
52
53
- " --noenable_bzlmod"
53
54
- " --enable_workspace"
54
55
- " --test_tag_filters=-integration-test"
56
+ - " --incompatible_strict_action_env"
55
57
build_flags :
56
58
- " --noenable_bzlmod"
57
59
- " --enable_workspace"
@@ -616,6 +618,8 @@ tasks:
616
618
name : " compile_pip_requirements_test_from_external_repo: Ubuntu, workspace, minimum Bazel"
617
619
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
618
620
platform : ubuntu2204
621
+ build_flags :
622
+ - " --incompatible_strict_action_env"
619
623
shell_commands :
620
624
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
621
625
- " bazel test @compile_pip_requirements//..."
@@ -625,34 +629,44 @@ tasks:
625
629
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
626
630
platform : ubuntu2204
627
631
bazel : 7.x
632
+ build_flags :
633
+ - " --incompatible_strict_action_env"
628
634
shell_commands :
629
635
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
630
636
- " bazel test @compile_pip_requirements//..."
631
637
integration_compile_pip_requirements_test_from_external_repo_ubuntu :
632
638
name : " compile_pip_requirements_test_from_external_repo: Ubuntu"
633
639
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
634
640
platform : ubuntu2204
641
+ build_flags :
642
+ - " --incompatible_strict_action_env"
635
643
shell_commands :
636
644
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
637
645
- " bazel test @compile_pip_requirements//..."
638
646
integration_compile_pip_requirements_test_from_external_repo_debian :
639
647
name : " compile_pip_requirements_test_from_external_repo: Debian"
640
648
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
641
649
platform : debian11
650
+ build_flags :
651
+ - " --incompatible_strict_action_env"
642
652
shell_commands :
643
653
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
644
654
- " bazel test @compile_pip_requirements//..."
645
655
integration_compile_pip_requirements_test_from_external_repo_macos :
646
656
name : " compile_pip_requirements_test_from_external_repo: macOS"
647
657
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
648
658
platform : macos
659
+ build_flags :
660
+ - " --incompatible_strict_action_env"
649
661
shell_commands :
650
662
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
651
663
- " bazel test @compile_pip_requirements//..."
652
664
integration_compile_pip_requirements_test_from_external_repo_windows :
653
665
name : " compile_pip_requirements_test_from_external_repo: Windows"
654
666
working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
655
667
platform : windows
668
+ build_flags :
669
+ - " --incompatible_strict_action_env"
656
670
shell_commands :
657
671
# Assert that @compile_pip_requirements//:requirements_test does the right thing.
658
672
- " bazel test @compile_pip_requirements//..."
0 commit comments