aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-10-02 16:40:16 +0200
committerAndreas Schneider <asn@samba.org>2018-10-23 15:39:55 +0200
commitc26835ad5b0165efe51535b9e11c9d7282eca4b2 (patch)
tree469a453a0f7d21d55a32a6a3d57bd2594baf4c2f /.gitlab-ci.yml
parent76286508446f6c1b278021e1074b1c078ae0caf7 (diff)
downloadsocket_wrapper-c26835ad5b0165efe51535b9e11c9d7282eca4b2.tar.gz
socket_wrapper-c26835ad5b0165efe51535b9e11c9d7282eca4b2.tar.xz
socket_wrapper-c26835ad5b0165efe51535b9e11c9d7282eca4b2.zip
gitlab-ci: Disable the FreeBSD runner
There is a threading race condition in FreeBSD. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 00b4576..1f9dab3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,7 +77,10 @@ fedora/undefined-sanitizer:
paths:
- obj/
-freebsd/x86_64:
+# This runner is disabled because there is a threading race condition in
+# FreeBSD.
+# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231848
+.freebsd/x86_64:
image:
script:
- mkdir -p obj && cd obj && cmake