Skip to content

Commit

Permalink
Revert "Downgrade QEMU to 7.0.0-7", still Segmentation fault (core du…
Browse files Browse the repository at this point in the history
…mped)

This reverts commit 34837a8.
  • Loading branch information
uraimo committed Feb 28, 2025
1 parent 34837a8 commit 1470574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/run-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ install_deps () {
# Platforms: linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x,
# linux/386, linux/arm/v7, linux/arm/v6
sudo apt-get update -q -y
docker run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes --credential yes
sudo apt-get -qq install -y qemu qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
}

build_container () {
Expand Down

0 comments on commit 1470574

Please sign in to comment.