[gjs: 1/2] CI: fix the fedora clang build



commit 7601d9aad395c7c37ffc19c6e5ce80d40f83220f
Author: Claudio André <claudioandre br gmail com>
Date:   Wed Feb 28 13:50:15 2018 -0300

    CI: fix the fedora clang build
    
    Since there is a bug in Rawhile g-ir-scan, I changed a docker image from
    the past adding the needed packages to it.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bea8762..09953c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,7 +71,7 @@ fedora_gcc:
 fedora_clang:
   <<: *build
   stage: build
-  image: claudioandre/spidermonkey:job-342.4  # temporarily pinned to old tag
+  image: claudioandre/spidermonkey:new-342.4  # temporarily pinned to old tag
   variables:
     CC: clang
     DEV: devel


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