From: Yann Collet Date: Wed, 27 Nov 2019 00:44:56 +0000 (-0800) Subject: reverted ppc qemu and scanbuild on trusty X-Git-Tag: v1.4.5^2~140^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecaf3ce1031f54bc1a8605e75d7fc7f20d4f6dc5;p=thirdparty%2Fzstd.git reverted ppc qemu and scanbuild on trusty ppc cross-compilation seems broken outside of trusty scan-build version changes with distrib version, resulting in a different list of false positives --- diff --git a/.travis.yml b/.travis.yml index 524d183f5..fd486af69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ matrix: - make cmakebuild - name: static analyzer scanbuild # ~26mn + dist: trusty # note : it's important to pin down a version of static analyzer, since newer versions find different false positives script: - make staticAnalyze @@ -137,7 +138,8 @@ matrix: - make arminstall - make aarch64fuzz - - name: PPC + Fuzz Test # ~13mn + - name: Qemu PPC + Fuzz Test # ~13mn + dist: trusty # it seems ppc cross-compilation fails on "current" script: - make ppcinstall - make ppcfuzz