]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: asan, clang and valgrind builds were made arch-independent
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 1 Mar 2016 12:19:29 +0000 (13:19 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 1 Mar 2016 12:19:39 +0000 (13:19 +0100)
.gitlab-ci.yml

index 662b69d0e28ecfe523a0eaf0cd7cfcb981f4c0a3..263b113de469b2e014debc23d015b705e730bff3 100644 (file)
@@ -17,7 +17,6 @@ Build and Check with asan:
     -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
     && make -j4 && make check -j4
   tags:
-  - x86-64
   - nettle3
   except:
   - tags
@@ -41,13 +40,12 @@ Build and Check - separate build dir (x86):
   - nettle3
   except:
   - tags
-Build and Check - clang (x86):
+Build and Check - clang:
   script:
   - git submodule update --init && make autoreconf && 
     CC=clang ./configure --disable-non-suiteb-curves --with-included-libtasn1 --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
     make -j4 && make check -C tests -j4
   tags:
-  - x86
   - nettle3
   except:
   - tags
@@ -76,7 +74,6 @@ Build and Check with valgrind:
   - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c && ./configure
     --disable-non-suiteb-curves --with-included-libtasn1 --disable-doc && make -j4 && make check -j4
   tags:
-  - x86-64
   - nettle3
   except:
   - tags