diff options
-rw-r--r-- | .builds/debian-aarch64.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |