From 85f55c5efbe9c9011be4257ef05d139e32680c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sat, 9 Nov 2024 23:57:25 -0500
Subject: [PATCH] Make darwin-x86 builds verbose for now...

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa6d915c96..2630631bcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ include:
       platform: 'x86'
       tagname: 'macOS-x86'
       gnu_make: 'make'
-      build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
+      build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1 VERBOSE=1'
 
 smoketest-jsexec-linux:
   tags: [Linux]
-- 
GitLab