Skip to content

Commit 9219629

Browse files
authored
Update Bazel to v5.2.0. (#298)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 4ddbed3 commit 9219629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.2.0

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
arch: s390x
215215
action: test
216216
flags: --config=clang --test_timeout=1800
217-
run_under: docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x piotrsikora/build-tools:bazel-5.0.0-clang-13-gcc-11
217+
run_under: docker run --rm --env HOME=$HOME --env USER=$(id -un) --volume "$HOME:$HOME" --workdir $(pwd) --user $(id -u):$(id -g) --platform linux/s390x piotrsikora/build-tools:bazel-5.2.0-clang-14-gcc-12
218218
cache: true
219219
- name: 'Wasmtime on macOS/x86_64'
220220
engine: 'wasmtime'

0 commit comments

Comments
 (0)