diff options
author | Matt Caswell <matt@openssl.org> | 2017-06-01 18:35:23 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-06-02 14:12:51 +0200 |
commit | 042597b0ace7e3adc8a79f6e096eef659ce1d9d5 (patch) | |
tree | bbc1795caae208da60f3948c488c028322dc40c3 /.travis.yml | |
parent | Left shift of a negative number is undefined behaviour (diff) | |
download | openssl-042597b0ace7e3adc8a79f6e096eef659ce1d9d5.tar.xz openssl-042597b0ace7e3adc8a79f6e096eef659ce1d9d5.zip |
Work around Travis "virtual memory exhausted" error
One particular build was running out of memory. By swapping to debug mode
we reduce the optimisation level which should reduce the amount of memory
required.
[extended tests]
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3601)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 03028f3af5..a7ef6ff42b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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="--debug no-asm enable-ubsan enable-rc5 enable-md2 enable-aria -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0 - os: linux addons: apt: |