From 8e88a10aa5490a9da4e8eb790e4ac940b2a43156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Tue, 31 Dec 2024 01:33:15 -0500 Subject: [PATCH] Enable it on x86 mac too. Whee! --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12391b0316..c7fd6b4750 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,6 +87,7 @@ include: platform: 'x86' tagname: 'macOS-x86' gnu_make: 'make' + has_gtk: "yes" build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' smoketest-jsexec-linux: -- GitLab