aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine-aarch64.yml
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-07-12 12:01:37 -0700
committerMichael Forney <mforney@mforney.org>2022-07-12 12:01:37 -0700
commit5c51dc34eaeadebe9287489d0931870a996276e7 (patch)
treededa73e5fb9d5eb07246a7cb91197bf23abbe3d5 /.builds/alpine-aarch64.yml
parent4fa48e716d6381e51ae8dc7a9992c4c7d50219a1 (diff)
Update CI for new QBE Makefile
Diffstat (limited to '.builds/alpine-aarch64.yml')
-rw-r--r--.builds/alpine-aarch64.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml
index cb9e345..df1bb97 100644
--- a/.builds/alpine-aarch64.yml
+++ b/.builds/alpine-aarch64.yml
@@ -4,7 +4,7 @@ packages:
- qemu-openrc
sources:
- https://git.sr.ht/~mcf/cproc
-- https://git.sr.ht/~mcf/qbe
+- git://c9x.me/qbe.git
tasks:
- setup: |
# work around bugs in qemu-binfmt
@@ -13,7 +13,7 @@ tasks:
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz
tar --warning=no-unknown-keyword -xzf aarch64-linux-musl-cross.tgz
- build: |
- PATH=$HOME/qbe/obj:$HOME/aarch64-linux-musl-cross/bin:$PATH
+ PATH=$HOME/qbe:$HOME/aarch64-linux-musl-cross/bin:$PATH
cd qbe
cat >config.h <<EOF
#define Defasm Gaself