diff --git a/centos/build_container/getenvoy_centos.sh b/centos/build_container/getenvoy_centos.sh index 0ba152b..c4edcf4 100755 --- a/centos/build_container/getenvoy_centos.sh +++ b/centos/build_container/getenvoy_centos.sh @@ -18,14 +18,6 @@ set -e ./build_container_centos.sh -# Work around for bazel 0.27.0 issue -BAZEL_VERSION="0.26.1" -BAZEL_INSTALLER="bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" -curl -OL "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/${BAZEL_INSTALLER}" -chmod u+x "./${BAZEL_INSTALLER}" -"./${BAZEL_INSTALLER}" -rm "./${BAZEL_INSTALLER}" - # For FIPS (Clang 6.0.1 to detect GCC) mkdir -p /usr/lib/gcc/x86_64-redhat-linux ln -s /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7 /usr/lib/gcc/x86_64-redhat-linux/7