Skip to content

Commit

Permalink
build 3.7.2 bazel toolchains (#114)
Browse files Browse the repository at this point in the history
Build with envoy toolchain for bazel 3.7.2.

Follow this to adopt bazel 3.7.2 for envoy upon its release
then we will bump /bazelbuild/envoy/WORKSPACE to pick up bazel 3.7.2 and validate
then we wait hours for all builds in flight before proceeding to add llvm 11.0.0 in Windows to a rebuild of the 3.7.2 envoy build tools alone

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
wrowe and sunjayBhatia authored Dec 17, 2020
1 parent 10c5c18 commit 16d0083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ esac

# Bazel query is the right command so bazel won't fail itself.
# Keep bazel versions here at most two: current master version, next version
for BAZEL_VERSION in "3.6.0" "3.7.0"; do
for BAZEL_VERSION in "3.6.0" "3.7.2"; do
for RBE_BAZEL_TARGET in ${RBE_BAZEL_TARGET_LIST}; do
USE_BAZEL_VERSION="${BAZEL_VERSION}" bazel query ${BAZEL_QUERY_OPTIONS} ${RBE_BAZEL_TARGET}
done
Expand Down

0 comments on commit 16d0083

Please sign in to comment.