From 79fa3c0bb8d46fb4e3730eddb9926c5aa15b8b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 8 Dec 2024 14:52:40 -0500 Subject: [PATCH] Disable darmwin-x86 System is going on a trip. --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa6d915c96..5d7834384b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,13 +73,13 @@ include: tagname: 'macOS-aarch64' gnu_make: 'make' build_flags: 'RELEASE=1' - - local: '.gitlab-ci-unix.yml' - inputs: - os: 'darwin-x86' - platform: 'x86' - tagname: 'macOS-x86' - gnu_make: 'make' - build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' +# - local: '.gitlab-ci-unix.yml' +# inputs: +# os: 'darwin-x86' +# platform: 'x86' +# tagname: 'macOS-x86' +# gnu_make: 'make' +# build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' smoketest-jsexec-linux: tags: [Linux] -- GitLab