Skip to content

Commit

Permalink
[bazel] Upgrade to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored and stanley-cheung committed Jan 28, 2019
1 parent 35f2abe commit ec4d148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/kokoro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec4d148

Please sign in to comment.