From: Pauli Date: Wed, 22 Apr 2020 10:01:30 +0000 (+1000) Subject: travis: add GENERATE=yes no-makedepend to the ARM64 build. X-Git-Tag: openssl-3.0.0-alpha2~159 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52698fbfbefd3230dfd3b88aec33b8612db38c57;p=oweals%2Fopenssl.git travis: add GENERATE=yes no-makedepend to the ARM64 build. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11607) --- diff --git a/.travis.yml b/.travis.yml index a75cdd2036..98059d1892 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ jobs: - os: linux arch: arm64 compiler: gcc - env: CONFIG_OPTS="no-asm no-deprecated enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" CPPFLAGS="-ansi" + env: CONFIG_OPTS="no-asm no-makedepend no-deprecated enable-buildtest-c++ --strict-warnings -D_DEFAULT_SOURCE" BUILDONLY="yes" CHECKDOCS="yes" GENERATE="yes" CPPFLAGS="-ansi" - os: linux arch: s390x compiler: gcc