Skip to content
Snippets Groups Projects
Verified Commit 78d6a97e authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

That architecture is now essentially obsolete.
parent 1d305ca1
Branches
No related tags found
No related merge requests found
...@@ -4,16 +4,6 @@ variables: ...@@ -4,16 +4,6 @@ variables:
MINGW64_BOOST_VERSION: 1.81.0-7 MINGW64_BOOST_VERSION: 1.81.0-7
WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' 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: build_linux_x86_64:
stage: build stage: build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment