[gjs: 1/3] CI: run a SpiderMonkey debug image on a normal check



commit 93a356aaf02741b36238e5233b2f8164fc5aecb7
Author: Claudio André <claudioandre br gmail com>
Date:   Thu May 17 15:28:00 2018 -0300

    CI: run a SpiderMonkey debug image on a normal check
    
    Run the make check using a SpiderMonkey debug image in the
    source_check stage (without GC zeal) since it can catch more
    potential errors.

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2277fd7a..bafa48d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,11 +72,12 @@ stages:
 
 #############################################
 # Run a test despite of any Docker image change
+# SpiderMonkey was configured with --enable-debug
 #############################################
 fedora:
   <<: *build
   stage: source_check
-  image: claudioandre/spidermonkey:job-419.5  # pinned on purpose
+  image: claudioandre/spidermonkey:job-456.7  # pinned on purpose
   variables:
     CC: gcc
     DEV: devel


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