[gjs] CI: re-enable profiler



commit 04355588db9b92c6fb4a6688c52b68a2586a2a6e
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Sep 1 23:49:02 2019 -0700

    CI: re-enable profiler
    
    Now that sysprof packages are in the Docker images, we should be able to
    re-enable this job.

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6eceab69..f1a9afdc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,9 +136,8 @@ build_recommended:
     TASK_ID: "fedora-x86_64-gcc-debug-default-check"
     TEST: "check"
     WARNINGS: "count"
-    # FIXME: Add --enable-profiler
     BUILD_OPTS: >-
-      --with-cairo --enable-readline
+      --with-cairo --enable-readline --enable-profiler
       --disable-dtrace --disable-systemtap
   except:
     - schedules
@@ -164,10 +163,9 @@ build_maximal:
   variables:
     TASK_ID: "fedora-x86_64-clang-default-maximal-check"
     CC: clang
-    # FIXME: add --enable-profiler
     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_GCLOSURE=1 -DGJS_VERBOSE_ENABLE_GSIGNAL=1'
-      --with-cairo --enable-readline
+      --with-cairo --enable-readline --enable-profiler
       --enable-dtrace --enable-systemtap
     TEST: "check"
     SCRIPTCHECK: "yes"


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