From 7546a830abd6cbd7efe6d49cab2bc106c81e9dd1 Mon Sep 17 00:00:00 2001 From: Damian Mee Date: Tue, 14 Jan 2020 17:26:20 +0700 Subject: [PATCH] qemu v4.2.0 is finally fast. Upgrade to it. --- .github/workflows/on-tag.yml | 4 +--- .github/workflows/test.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 1816c05..9f5ea6c 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5a6878..2d200c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: