Skip to content

Commit f5d7d88

Browse files
committed
CI: update QEMU used for build-and-test-other
After a number of failures update QEMU to the latest version. Compiler was segfaulting with s390 and arm64v8 builds, even after a debian image update, so it is likely a problem with user space emulation. Replace `multiarch/qemu-user-static` with `docker/setup-qemu-action@v3`. Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 0d6a00e commit f5d7d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
path: build_tests
129129

130130
- name: Set up QEMU
131-
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
131+
uses: docker/setup-qemu-action@v3
132132

133133
- name: "Build and Test: AtomVM on foreign arch"
134134
timeout-minutes: 15

0 commit comments

Comments
 (0)