qemu v4.2.0 is finally fast. Upgrade to it.

This commit is contained in:
Damian Mee 2020-01-14 17:26:20 +07:00
parent dc53692b4d
commit 7546a830ab
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D
2 changed files with 2 additions and 6 deletions

View File

@ -10,10 +10,8 @@ jobs:
name: Build Bitcoind
runs-on: ubuntu-18.04
# NOTE: qemu v3.1.1 used instead of currently newest v4.1.0, because v4 is **much** slower for aarch64, see:
# https://github.com/meeDamian/docker-berkeleydb/commit/9e87d11314c2522726497f0c6059e61a31298e7f/checks
env:
QEMU_VERSION: v3.1.1
QEMU_VERSION: v4.2.0
DOCKER_BUILDKIT: 1
strategy:

View File

@ -10,10 +10,8 @@ jobs:
name: Build Bitcoind
runs-on: ubuntu-18.04
# NOTE: qemu v3.1.1 used instead of currently newest v4.1.0, because v4 is **much** slower for aarch64, see:
# https://github.com/meeDamian/docker-berkeleydb/commit/9e87d11314c2522726497f0c6059e61a31298e7f/checks
env:
QEMU_VERSION: v3.1.1
QEMU_VERSION: v4.2.0
DOCKER_BUILDKIT: 1
strategy: