Skip to content

Commit 1470574

Browse files
committed
Revert "Downgrade QEMU to 7.0.0-7", still Segmentation fault (core dumped)
This reverts commit 34837a8.
1 parent 34837a8 commit 1470574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/run-on-arch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ install_deps () {
3636
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
3737
# linux/386, linux/arm/v7, linux/arm/v6
3838
sudo apt-get update -q -y
39-
docker run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes --credential yes
39+
sudo apt-get -qq install -y qemu qemu-user-static
40+
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
4041
}
4142

4243
build_container () {

0 commit comments

Comments
 (0)