summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-14 15:53:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-14 15:53:52 +0200
commitbf6a599fcb6fdfc49dabdcb6d98a330670a19c26 (patch)
treea6a2cf52e0c631ab45f487cb22a297758e28c312
parent76ab21be36d15d8526ce98495d1f2d262f49ad40 (diff)
downloadgnutls-bf6a599fcb6fdfc49dabdcb6d98a330670a19c26.tar.gz
.gitlab-ci.yml: FreeBSD system is no longer available; disabling for CI [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml42
1 files changed, 21 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb8549f720..5334906694 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -356,27 +356,27 @@ MinGW32:
# That is a specific runner that we cannot enable universally.
# We restrict it to builds under the $BUILD_IMAGES_PROJECT project.
-FreeBSD10/x86_64:
- stage: stage1-testing
- image:
- before_script:
- - /usr/bin/true
- script:
- - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
- --with-included-libtasn1 --disable-guile --with-included-unistring --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
- tags:
- - freebsd
- only:
- - branches@gnutls/gnutls
- except:
- - tags
- artifacts:
- expire_in: 1 week
- when: on_failure
- paths:
- - ./*.log
- - tests/*.log
- - tests/*/*.log
+#FreeBSD10/x86_64:
+# stage: stage1-testing
+# image:
+# before_script:
+# - /usr/bin/true
+# script:
+# - gmake autoreconf && rm -f tests/suite/mini-eagain2.c && LIBS="-L/usr/local/lib" ./configure
+# --with-included-libtasn1 --disable-guile --with-included-unistring --disable-doc && gmake -j$(sysctl hw.ncpu | awk '{print $2}') && gmake check -j$(sysctl hw.ncpu | awk '{print $2}')
+# tags:
+# - freebsd
+# only:
+# - branches@gnutls/gnutls
+# except:
+# - tags
+# artifacts:
+# expire_in: 1 week
+# when: on_failure
+# paths:
+# - ./*.log
+# - tests/*.log
+# - tests/*/*.log
# We need a clean 32-bit fedora for testing
Fedora/x86: