Skip to content

Commit

Permalink
Update to latest stable Qemu release. Fixes cross-rs#557.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 4, 2021
1 parent 44f31b8 commit 7c172d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ build_static_pixman() {
}

main() {
local version=4.2.0
local version=6.1.0

# Qemu versions 3.1.0 and above break 32-bit float conversions
# on powerpc, powerpc64, and powerpc64le. Last known working version
Expand All @@ -90,6 +90,7 @@ main() {
flex \
libtool \
make \
ninja-build \
patch \
python3 \

Expand Down

0 comments on commit 7c172d3

Please sign in to comment.