From cce446166495cb2159bc2b4fd1c2418f0f516a07 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 8 Apr 2021 01:09:07 -0700 Subject: CI: Fix debian-aarch64 dependency packages It appears that these packages recommended by gcc-aarch64-linux-gnu and qemu-user are no longer installed automatically, so list them explicitly. --- .builds/debian-aarch64.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 3c134ad..0e67a43 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -1,7 +1,9 @@ image: debian/sid packages: - gcc-aarch64-linux-gnu +- libc-dev-arm64-cross - qemu-user +- qemu-user-binfmt sources: - https://git.sr.ht/~mcf/cproc - https://git.sr.ht/~mcf/qbe @@ -22,7 +24,7 @@ tasks: --with-gcc-libdir="${crtbegin%/*}" make all check make bootstrap LDFLAGS='-Wl,-rpath,/usr/aarch64-linux-gnu/lib' - file stage2/cproc stage2/cproc-qbe + aarch64-linux-gnu-readelf -h stage2/cproc stage2/cproc-qbe triggers: - action: email condition: failure -- cgit v1.2.3