We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85e50d commit 9a4ad18Copy full SHA for 9a4ad18
.github/workflows/test.yml
@@ -274,7 +274,7 @@ jobs:
274
action: test
275
flags: --config=clang --test_timeout=1800
276
# s390x build-tools image built from bazel/external/Dockerfile.bazel
277
- 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 ghcr.io/proxy-wasm/build-tools:ubuntu-22.04-bazel-7.7.1
+ 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 ghcr.io/proxy-wasm/build-tools:ubuntu-22.04-bazel-6.5.0
278
cache: true
279
- name: 'Wasmtime on macOS/x86_64'
280
engine: 'wasmtime'
0 commit comments