ppc cross-compilation seems broken outside of trusty
scan-build version changes with distrib version, resulting in a different list of false positives
- 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
- 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