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
This commit is contained in:
Yann Collet
2019-11-26 16:44:56 -08:00
parent f57be339ab
commit ecaf3ce103
+3 -1
View File
@@ -85,6 +85,7 @@ matrix:
- make cmakebuild - make cmakebuild
- name: static analyzer scanbuild # ~26mn - 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: script:
- make staticAnalyze - make staticAnalyze
@@ -137,7 +138,8 @@ matrix:
- make arminstall - make arminstall
- make aarch64fuzz - make aarch64fuzz
- name: PPC + Fuzz Test # ~13mn - name: Qemu PPC + Fuzz Test # ~13mn
dist: trusty # it seems ppc cross-compilation fails on "current"
script: script:
- make ppcinstall - make ppcinstall
- make ppcfuzz - make ppcfuzz