Integration build a small memory image
authorPauli <paul.dale@oracle.com>
Mon, 22 May 2017 11:56:42 +0000 (07:56 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 22 May 2017 11:57:36 +0000 (07:57 -0400)
Modify one of the integration builds so that that the
OPENSSL_SMALL_MEMORY option is compiled. There doesn't appear to be an
automatic build with this option set.

I think the options in the modified build are covered elsewhere (without
the small memory) but a new job might still be preferable.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3268)

.travis.yml

index 03028f3af57e31649d0332bb07bfa8ba75edeb4c..fd3e671e33f0d367d08ce958c65e16c8a8c71c8a 100644 (file)
@@ -121,7 +121,7 @@ matrix:
                   sources:
                       - ubuntu-toolchain-r-test
           compiler: gcc-5
-          env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
+          env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC -DOPENSSL_SMALL_FOOTPRINT" OPENSSL_TEST_RAND_ORDER=0
         - os: linux
           addons:
               apt: