[gjs: 1/2] CI: stop using Fedora for clang builds



commit a023b6f6a55bfdd837b891538ecc7e8007dff684
Author: Claudio André <claudioandre br gmail com>
Date:   Thu Jul 19 15:15:09 2018 -0300

    CI: stop using Fedora for clang builds
    
    Fedora has bugs that are hard to workaround.

 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca30df3b..35f58503 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,9 +148,9 @@ sanitizer_gcc:
 with_logging:
   <<: *build
   stage: test
-  image: claudioandre/spidermonkey:new-342.4  # temporarily pinned to old tag
+  image: claudioandre/spidermonkey:SM52-gcc.ubuntu-dev
   variables:
-    TASK_ID: "fedora-x86_64-clang-default-logging-check"
+    TASK_ID: "ubuntu-x86_64-clang-default-logging-check"
     CC: clang
     BUILD_OPTS: CPPFLAGS='-DGJS_VERBOSE_ENABLE_PROPS=1 -DGJS_VERBOSE_ENABLE_MARSHAL=1 
-DGJS_VERBOSE_ENABLE_LIFECYCLE=1 -DGJS_VERBOSE_ENABLE_GI_USAGE=1 -DGJS_VERBOSE_ENABLE_CLOSURE=1 
-DGJS_VERBOSE_ENABLE_GSIGNAL=1'
     TEST: "check"
@@ -285,9 +285,9 @@ code_statistics:
 sanitizer_clang:
   <<: *build
   stage: thorough_tests
-  image: claudioandre/spidermonkey:new-342.4  # temporarily pinned to old tag
+  image: claudioandre/spidermonkey:SM52-gcc.ubuntu-dev
   variables:
-    TASK_ID: "fedora-x86_64-clang_ubsan_asan-default-default-check"
+    TASK_ID: "ubuntu-x86_64-clang_ubsan_asan-default-default-check"
     CC: clang
     BUILD_OPTS: "--enable-asan --enable-ubsan"
     TEST: "check"
@@ -504,9 +504,9 @@ coverage:
 sanitizer_clang:
   <<: *build
   stage: manual
-  image: claudioandre/spidermonkey:new-342.4  # temporarily pinned to old tag
+  image: claudioandre/spidermonkey:SM52-gcc.ubuntu-dev
   variables:
-    TASK_ID: "fedora-x86_64-clang_ubsan_asan-default-default-check"
+    TASK_ID: "ubuntu-x86_64-clang_ubsan_asan-default-default-check"
     CC: clang
     BUILD_OPTS: "--enable-asan --enable-ubsan"
     TEST: "check"


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