Skip to content

Commit

Permalink
Use --noincompatible_strict_action_env on macOS and Windows due to br…
Browse files Browse the repository at this point in the history
…eakage.

Context: #7026
PiperOrigin-RevId: 227524684
  • Loading branch information
philwo authored and Copybara-Service committed Jan 2, 2019
1 parent 2d818b9 commit 6e20cd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,15 @@ platforms:
- rm -f WORKSPACE.bak
build_flags:
- "--apple_platform_type=macos"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
test_flags:
- "--test_timeout=1200"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
test_targets:
- "--"
- "//scripts/..."
Expand All @@ -166,6 +170,8 @@ platforms:
build_flags:
- "--copt=-w"
- "--host_copt=-w"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
Expand All @@ -174,6 +180,8 @@ platforms:
- "--host_copt=-w"
- "--test_env=JAVA_HOME"
- "--test_timeout=1200"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
test_targets:
- "--"
- "//src:all_windows_tests"
Expand Down
8 changes: 8 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,15 @@ platforms:
- rm -f WORKSPACE.bak
build_flags:
- "--apple_platform_type=macos"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
test_flags:
- "--test_timeout=1200"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
test_targets:
- "--"
- "//scripts/..."
Expand Down Expand Up @@ -217,6 +221,8 @@ platforms:
build_flags:
- "--copt=-w"
- "--host_copt=-w"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
Expand All @@ -225,6 +231,8 @@ platforms:
- "--host_copt=-w"
- "--test_env=JAVA_HOME"
- "--test_timeout=1200"
# Remove when https://github.com/bazelbuild/bazel/issues/7026 is fixed.
- "--noincompatible_strict_action_env"
test_targets:
- "--"
- "//src:all_windows_tests"
Expand Down

0 comments on commit 6e20cd2

Please sign in to comment.