This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616set -x
1717
1818# Limit memory.
19- export BAZEL_OPTIONS=" --local_resources =4096,2,1.0 "
19+ export BAZEL_OPTIONS=" --local_ram_resources =4096"
2020
2121# Limit the amount of progress output. We can't use --noshow_progress because
2222# Travis terminates the build after 10 mins without output.
@@ -27,7 +27,7 @@ if [[ "$TRAVIS_COMPILER" = "clang" ]]; then
2727 export BAZEL_OPTIONS=" $BAZEL_OPTIONS --copt=-Werror=thread-safety --copt=-Werror=thread-safety-reference"
2828fi
2929
30- export BAZEL_VERSION=" 1.1.0 "
30+ export BAZEL_VERSION=" 3.7.2 "
3131
3232wget https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION} /bazel-${BAZEL_VERSION} -installer-${BAZEL_OS} -x86_64.sh
3333chmod +x bazel-${BAZEL_VERSION} -installer-${BAZEL_OS} -x86_64.sh
You can’t perform that action at this time.
0 commit comments