Signed-off-by: David Woodhouse <dwmw2@infradead.org>
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure --with-java --disable-dsa-tests --without-gnutls-version-check CFLAGS=-g
- make -j4
- - make VERBOSE=1 -j4 check
+ # Disable rdrand to work around https://bugzilla.redhat.com/1831086
+ - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
tags:
- shared
except:
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure --with-java --disable-dsa-tests --without-gnutls-version-check CC=clang CFLAGS=-g
- make -j4
- - make VERBOSE=1 -j4 check
+ # Disable rdrand to work around https://bugzilla.redhat.com/1831086
+ - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
tags:
- shared
except: