aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-04-21 18:18:45 -0700
committerMichael Forney <mforney@mforney.org>2024-04-21 18:18:45 -0700
commit80678fabe1defdbbdb83a74c6fbe21ecdba0f766 (patch)
treeb2dd7ec7a583fb341e82b785bc7db0c29ec59c1b
parent633591d45fb790188ad9ca38e131d09df999cce3 (diff)
CI: Remove obsolete workaround for qemu-binfmt bug
-rw-r--r--.builds/alpine-aarch64.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml
index 3a260c3..4045992 100644
--- a/.builds/alpine-aarch64.yml
+++ b/.builds/alpine-aarch64.yml
@@ -7,8 +7,6 @@ sources:
- git://c9x.me/qbe.git
tasks:
- setup: |
- # work around bugs in qemu-binfmt
- sudo sed -i -e '/qemu_suffix:=/d' -e 's/printf/env &/' /etc/init.d/qemu-binfmt
sudo /etc/init.d/qemu-binfmt start
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz
tar --warning=no-unknown-keyword -xzf aarch64-linux-musl-cross.tgz