]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: link with shared library on x86-64 build
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 12 Jun 2018 11:26:00 +0000 (13:26 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 7 Jul 2018 20:11:25 +0000 (22:11 +0200)
This allows testing whether exported symbols are sufficient for the
included test suite.

.gitlab-ci.yml

index c1586e9ab9ad4c6ad9b85afaf9b5731f9c962355..abfb81a34ebc2d4b943e0f251597b2d950796043 100644 (file)
@@ -13,7 +13,7 @@ build/x86-64:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
   script:
   - ./.bootstrap &&
-    ./configure --enable-fat --disable-documentation && make -j4 &&
+    ./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
     make check -j4
   tags:
   - shared