guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 31/34: Attempt to get CI working on ARMv7


From: Andy Wingo
Subject: [Guile-commits] 31/34: Attempt to get CI working on ARMv7
Date: Mon, 20 May 2019 09:55:55 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 0b5f05a8a5c568021600f67f23f0ed360e357bca
Author: Andy Wingo <address@hidden>
Date:   Mon May 20 15:30:06 2019 +0200

    Attempt to get CI working on ARMv7
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4893a4..5237ea9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ before_script:
       qemu 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-armhf-linux-gnu libc6-dev-armhf-cross libc6:armhf
+      gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6:armhf
 
 x86-64:
   stage: test
@@ -30,4 +30,4 @@ aarch64:
 armhf:
   stage: test
   script:
-    - make -C tests test-armhf CC_ARMv7=armhf-linux-gnu-gcc
+    - make -C tests test-armhf CC_ARMv7=arm-linux-gnueabihf-gcc



reply via email to

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