From ec4d1480fad13d0ef6881f74428ffbd3f3de45aa Mon Sep 17 00:00:00 2001 From: Yannic Bonenberger Date: Mon, 28 Jan 2019 22:38:17 +0100 Subject: [PATCH] [bazel] Upgrade to 0.22.0 --- WORKSPACE | 6 +++--- scripts/kokoro.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 00d8fee..735fb0e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_closure", - sha256 = "577d13dcab1115949602c0297e6b18b0c546326988e4c8bbda2429645b260bba", - strip_prefix = "rules_closure-9889e2348259a5aad7e805547c1a0cf311cfcd91", + sha256 = "3098d87bb0b5be7399b402da45b360b07a401bbd6d2b0033b0c16c4d060f4d01", + strip_prefix = "rules_closure-d1110778a2e94bcdac5d5d00044dcb6cd07f1d51", urls = [ - "https://github.com/bazelbuild/rules_closure/archive/9889e2348259a5aad7e805547c1a0cf311cfcd91.zip", + "https://github.com/bazelbuild/rules_closure/archive/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.zip", ], ) diff --git a/scripts/kokoro.sh b/scripts/kokoro.sh index 1ee9969..a0dfeed 100755 --- a/scripts/kokoro.sh +++ b/scripts/kokoro.sh @@ -31,7 +31,7 @@ done docker-compose -f advanced.yml build # Run all bazel unit tests -BAZEL_VERSION=0.21.0 +BAZEL_VERSION=0.22.0 wget https://github.com/bazelbuild/bazel/releases/download/"${BAZEL_VERSION}"/bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh chmod +x ./bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh ./bazel-"${BAZEL_VERSION}"-installer-linux-x86_64.sh --user