Skip to content

Commit

Permalink
Fix Azure's bazel build (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob committed Aug 2, 2019
1 parent fbd05ec commit f0ad683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazel-version
@@ -1 +1 @@
0.24.1
0.27.0
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -40,5 +40,5 @@ jobs:
steps:
- script: 'brew install bazel'
displayName: 'Install Bazel'
- script: 'bazel build //bluepill:bluepill'
- script: 'bazel build --host_force_python=PY2 //bluepill:bluepill'
displayName: 'Bazel build'

0 comments on commit f0ad683

Please sign in to comment.