From: Niels Möller Date: Thu, 5 Oct 2023 19:03:51 +0000 (+0200) Subject: Don't attempt to pass CC=... on the configure command line. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e009aa3bb9abb2124d0b86c2b783c01c3f8c387d;p=thirdparty%2Fnettle.git Don't attempt to pass CC=... on the configure command line. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c242d150..6d3623e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,8 @@ native/no-shared: native/32-bit: extends: .native-build variables: - EXTRA_CONFIGURE_ARGS: 'CC="gcc -m32" CXX="g++ -m32"' + CC: 'gcc -m32' + CXX: 'g++ -m32' native/mini-gmp: extends: .native-build