Skip to content

Commit 49d6a07

Browse files
PiotrSikoraknm3000
authored andcommitted
Update Bazel to v5.2.0. (proxy-wasm#298)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent ee63c1b commit 49d6a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.2.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)