From 52698fbfbefd3230dfd3b88aec33b8612db38c57 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 22 Apr 2020 20:01:30 +1000 Subject: [PATCH] travis: add GENERATE=yes no-makedepend to the ARM64 build. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11607) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1