CI: stop building i686 (32-bit x86) Linux binaries

That architecture is now essentially obsolete.
master
Sébastien Villemot 2023-06-12 12:04:26 +02:00
parent 1d305ca12b
commit 78d6a97e53
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 10 deletions

View File

@ -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: