Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/istio/shared/tools/install-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

BAZEL_VERSION='0.21.0'
BAZEL_VERSION='0.22.0'
BAZEL_BASE_URL='https://github.com/bazelbuild/bazel/releases/download'
BAZEL_SH="bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh"
BAZEL_URL="${BAZEL_BASE_URL}/${BAZEL_VERSION}/${BAZEL_SH}"
Expand Down
2 changes: 1 addition & 1 deletion docker/istio/shared/tools/install-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

LLVM_VERSION=6.0
LLVM_VERSION=7
LLVM_REPO='xenial'

echo "deb http://apt.llvm.org/${LLVM_REPO}/ llvm-toolchain-${LLVM_REPO}-${LLVM_VERSION} main" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/linux-install-bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
. ${DIR}/all-utilities || { echo "Cannot load Bash utilities" ; exit 1 ; }

BAZEL_VERSION='0.16.1'
BAZEL_VERSION='0.22.0'
BAZEL_BASE_URL='https://github.com/bazelbuild/bazel/releases/download'
BAZEL_SH="bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh"
BAZEL_URL="${BAZEL_BASE_URL}/${BAZEL_VERSION}/${BAZEL_SH}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/linux-install-clang
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
. ${DIR}/all-utilities || { echo "Cannot load Bash utilities" ; exit 1 ; }

LLVM_VERSION=6.0
LLVM_VERSION=7

# Ubuntu 16-04
LLVM_REPO='xenial'
Expand Down