From: Yann Collet Date: Thu, 7 Jun 2018 21:44:32 +0000 (-0700) Subject: Merge pull request #1165 from facebook/ctxSizeDown X-Git-Tag: v1.3.5~3^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef75547efb44a2c91940d6913c755b99a70d8cb;p=thirdparty%2Fzstd.git Merge pull request #1165 from facebook/ctxSizeDown Dynamic context downsize --- 8ef75547efb44a2c91940d6913c755b99a70d8cb diff --cc .travis.yml index eb84aa782,a8426a8da..b01805bee --- a/.travis.yml +++ b/.travis.yml @@@ -23,10 -23,15 +23,14 @@@ matrix - env: Cmd='make valgrindinstall && make -C tests clean valgrindTest' - env: Cmd='make arminstall && make armfuzz' - - env: Cmd='make arminstall && make aarch64fuzz' + # Following test is disabled, as there is a bug in Travis' ld + # preventing aarch64 compilation to complete. + # > collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped + # to be re-enabled in a few commit, as it's possible that a random code change circumvent the ld bug + # - env: Cmd='make arminstall && make aarch64fuzz' - env: Cmd='make ppcinstall && make ppcfuzz' - env: Cmd='make ppcinstall && make ppc64fuzz' - - env: Cmd='make -j uasanregressiontest' - - env: Cmd='make -j msanregressiontest' + - env: Cmd='make -j uasanregressiontest && make clean && make -j msanregressiontest' - env: Cmd='make lz4install && make -C tests test-lz4'