Skip to content

Commit

Permalink
Upgrade to bazel 5.1.1
Browse files Browse the repository at this point in the history
The [5.1.1 release](https://github.com/bazelbuild/bazel/releases/tag/5.1.1)
includes a [fix for remote action failure errors being lost](bazelbuild/bazel#15181)
that could de-mystify some of our remote build experiments.
  • Loading branch information
CodingCanuck authored and mergequeue-bot committed Apr 15, 2022
1 parent 4cb9961 commit 55a6e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USE_BAZEL_VERSION=5.1.0
USE_BAZEL_VERSION=5.1.1
2 changes: 1 addition & 1 deletion Dockerfile.dazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# TODO(benh): update to Python 3.10.
FROM python:3.9-slim-bullseye

ARG BAZEL_VERSION=5.1.0
ARG BAZEL_VERSION=5.1.1
ARG CLANG_VERSION=14

# Install generic dependencies.
Expand Down

0 comments on commit 55a6e41

Please sign in to comment.