From 63db894a973890c1bedb55b13aa08916e87c5177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sat, 9 Nov 2024 14:27:43 -0500 Subject: [PATCH] Disconnect the x86 mini from the pipes. It's slow and crufty, and there's a new mini on the block now. --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02b65b7c56..5d7834384b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,13 +66,6 @@ include: build_flags: 'AR=/home/admin/mingw-w64/bin/x86_64-w64-mingw32-ar AS=/home/admin/mingw-w64/bin/x86_64-w64-mingw32-as CC="ccache /home/admin/mingw-w64/bin/x86_64-w64-mingw32-gcc" CXX="ccache /home/admin/mingw-w64/bin/x86_64-w64-mingw32-g++" RANLIB=/home/admin/mingw-w64/bin/x86_64-w64-mingw32-ranlib WINDRES=/home/admin/mingw-w64/bin/x86_64-w64-mingw32-windres RELEASE=1' no_javascript: 'yes' has_curses: 'no' - - 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-aarch64' @@ -80,6 +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' smoketest-jsexec-linux: tags: [Linux] -- GitLab