Skip to content

Commit

Permalink
Update QEMU.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 19, 2020
1 parent 35fe762 commit 43de95b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -x
set -euo pipefail

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

# Qemu versions 3.10.0 and above break 32-bit float conversions
# Qemu versions 3.1.0 and above break 32-bit float conversions
# on powerpc, powerpc64, and powerpc64le. Last known working version
# is 3.0.1.
# Upstream Issue:
Expand All @@ -32,7 +32,7 @@ main() {
make
patch
pkg-config
python
python3
zlib1g-dev
libcap-dev
libattr1-dev
Expand Down

0 comments on commit 43de95b

Please sign in to comment.