[gjs/wip/3v1n0/toggle-queue-tests: 2/2] ci: Use unity build with the maximum size possible




commit 8eb5665464436892ac75a466e54bf56348eec28f
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Sun May 16 15:59:26 2021 +0200

    ci: Use unity build with the maximum size possible
    
    Since this is a CI job we want to ensure we can join all the files
    together to ensure we use unique names everywhere.
    
    This is indeed not optimal in real world scenario (where this will
    prevent multi-jobs compilation), but it's good for testing.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14d76d27..5d80f07e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,7 +143,7 @@ build_unity:
     TASK_ID: "fedora-x86_64-gcc-default-unity-check"
     CONFIG_OPTS: >-
       -Dprofiler=disabled
-      --unity on --unity-size=10
+      --unity on --unity-size=10000
   except:
     - schedules
 


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