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




commit e54902f8897ff902d23609407e785433ff9dece1
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]