]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Merge pull request #1165 from facebook/ctxSizeDown
authorYann Collet <Cyan4973@users.noreply.github.com>
Thu, 7 Jun 2018 21:44:32 +0000 (14:44 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 21:44:32 +0000 (14:44 -0700)
Dynamic context downsize

1  2 
.travis.yml
Makefile

diff --cc .travis.yml
index eb84aa782ac61d8bbc38a665cc025b88e1b715ca,a8426a8da79dc15470767dbbcc230c418f78bb48..b01805bee29c55e073ce67d284a7eadbd98d0da1
@@@ -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'
  
diff --cc Makefile
Simple merge