]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Don't attempt to pass CC=... on the configure command line.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Oct 2023 19:03:51 +0000 (21:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Oct 2023 19:03:51 +0000 (21:03 +0200)
.gitlab-ci.yml

index c242d150208583481e374d3d50de75fefe9385af..6d3623e9b439ab1ac499c28390f98ae937ddc321 100644 (file)
@@ -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