Skip to content

Commit

Permalink
Set the bazel verison to 0.28.1 explicitly
Browse files Browse the repository at this point in the history
In theopenlab/openlab-zuul-jobs#622 , the OpenLab add the ability to set the bazel to specific version explicitly. This patch add the bazel role for the envoy job.

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
  • Loading branch information
Yikun committed Aug 26, 2019
1 parent 4d78ff5 commit 6cdd9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zuul/playbooks/envoy-build/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
roles:
- role: config-gcc
gcc_version: 7
- role: config-bazel
bazel_version: 0.28.1
tasks:
- name: Build envoy
shell:
Expand Down

0 comments on commit 6cdd9b6

Please sign in to comment.