diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-12-18 16:27:29 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-12-18 16:28:50 +0100 |
commit | d8f627a74f5f269f592b6eeedd37cce68333f6be (patch) | |
tree | 4b2d904a2838de569da16f2814a6e1107b778167 | |
parent | 8b6d0422fd7a4fbffcccfa56467208381928eb31 (diff) | |
download | gnutls-d8f627a74f5f269f592b6eeedd37cce68333f6be.tar.gz |
.gitlab-ci.yml: Remove assert in gl/tests/test-strerror.c
A bug made our CI cross builds fail.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916779
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1817df1a90..0ba9f7eb52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -515,6 +515,7 @@ Debian.cross.i686-linux-gnu: - export CC_FOR_BUILD="ccache gcc" - export CC="ccache $host-gcc" - ./bootstrap + - sed -i '/errno.==.EINVAL/d' gl/tests/test-strerror.c - mkdir -p build - cd build # Debian's softhsm package is not multiarch yet. Missing softhsm libraries |