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 8cc3371 commit 38b1e01Copy full SHA for 38b1e01
1 file changed
.github/workflows/build.yml
@@ -481,9 +481,10 @@ jobs:
481
docker.io/pboqemu/qemu-ci:debian
482
bash -cx './configure ${{ env.QEMU_WERROR }} --disable-docs --target-list=aarch64-softmmu && ninja -C build qemu-system-aarch64 qemu-img'
483
- run: |
484
- podman run --pull newer --init --privileged --rm -i -v $(pwd):$(pwd) -w $(pwd)
485
- docker.io/pboqemu/qemu-ci:debian
486
- bash -exc '
+ podman run --pull newer --init --privileged --rm -i \
+ -v $(pwd):$(pwd) -w $(pwd) \
+ docker.io/pboqemu/qemu-ci:debian \
487
+ bash -exc '
488
missing=0
489
for cmd in curl zstd mkfs.vfat mcopy; do
490
command -v "$cmd" >/dev/null || missing=1
0 commit comments