From e385296f1639bf36fcc9dc56682834ce45dae91a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 5 Jun 2019 09:04:08 -0700 Subject: [PATCH] Add a stopgap to green up head bazel builds. RELNOTES: None PiperOrigin-RevId: 251653251 --- .bazelci/presubmit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 27c27b49e4..3cc1d64a28 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -18,9 +18,15 @@ tasks: name: "Last Green Bazel" platform: macos bazel: last_green + build_flags: + # Stop gap for https://github.com/bazelbuild/rules_apple/issues/456 + - "--host_force_python=PY2" build_targets: - "tools/..." - "test/..." + test_flags: + # Stop gap + - "--host_force_python=PY2" test_targets: - "tools/..." - "test/..."