guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 32/34: Fix CI on ARMv7


From: Andy Wingo
Subject: [Guile-commits] 32/34: Fix CI on ARMv7
Date: Mon, 20 May 2019 09:55:56 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit c671c0868ea3da9e8c89b21b81badb463ea146a8
Author: Andy Wingo <address@hidden>
Date:   Mon May 20 15:38:37 2019 +0200

    Fix CI on ARMv7
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5237ea9..4352896 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,4 +30,4 @@ aarch64:
 armhf:
   stage: test
   script:
-    - make -C tests test-armhf CC_ARMv7=arm-linux-gnueabihf-gcc
+    - make -C tests test-armv7 CC_ARMv7=arm-linux-gnueabihf-gcc



reply via email to

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