Skip to content

Commit

Permalink
bazel: bump to 0.26.1
Browse files Browse the repository at this point in the history
We want to follow as closely as possible to upstream.
  • Loading branch information
celskeggs committed Sep 3, 2019
1 parent 540c9e2 commit b1db00c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-chroot/bazel-0.25.3.deb.sha256

This file was deleted.

1 change: 1 addition & 0 deletions build-chroot/bazel-0.26.1.deb.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c0b2b676ca7cc071a98f969aefb4a9d4b7db1858b7340d9db6f8076179e776cd bazel-0.26.1.deb
2 changes: 1 addition & 1 deletion build-chroot/install-bazel.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -u

VERSION="0.25.3"
VERSION="0.26.1"

cd "$(dirname "$0")"
curl -L -o "bazel-${VERSION}.deb" "https://github.com/bazelbuild/bazel/releases/download/${VERSION}/bazel_${VERSION}-linux-x86_64.deb"
Expand Down

0 comments on commit b1db00c

Please sign in to comment.