guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/09: Fix CI


From: Andy Wingo
Subject: [Guile-commits] 04/09: Fix CI
Date: Mon, 22 Apr 2024 09:21:39 -0400 (EDT)

wingo pushed a commit to branch main
in repository guile.

commit d759faa27abc9abbbeaf2c1426e92fa2af68a3c8
Author: Andy Wingo <wingo@igalia.com>
AuthorDate: Mon Apr 22 14:45:14 2024 +0200

    Fix CI
---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0360cf0c7..a5e8694bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,12 @@ before_script:
   - apt-get update -qq
   - apt-get install -y
       libc6-dev:amd64 gcc make
-      qemu binfmt-support qemu-user-static
+      binfmt-support qemu-user-static
       gcc-i686-linux-gnu libc6-dev-i386-cross libc6:i386
       gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6:arm64
       gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf
+  - update-binfmts --enable qemu-aarch64
+  - update-binfmts --enable qemu-arm
 
 x86-64:
   stage: test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]