Skip to content

Commit

Permalink
Add a stopgap to green up head bazel builds.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 251653251
  • Loading branch information
thomasvl authored and swiple-rules-gardener committed Jun 5, 2019
1 parent dcbf251 commit e385296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/..."
Expand Down

0 comments on commit e385296

Please sign in to comment.