From 78d6a97e533e416ae53fff91bde221a7f9524b9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 12 Jun 2023 12:04:26 +0200
Subject: [PATCH] CI: stop building i686 (32-bit x86) Linux binaries

That architecture is now essentially obsolete.
---
 .gitlab-ci.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c31f4843..5042e811 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,16 +4,6 @@ variables:
   MINGW64_BOOST_VERSION: 1.81.0-7
   WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error'
 
-build_linux_i686:
-  stage: build
-  script:
-    - autoreconf -si
-    - ./configure --host=i686-linux-gnu
-    - make -j$(nproc)
-  artifacts:
-    paths:
-      - src/dynare-preprocessor
-
 build_linux_x86_64:
   stage: build
   script:
-- 
GitLab