Skip to content
代码片段 群组 项目
提交 ecaf3ce1 编辑于 作者: Yann Collet's avatar Yann Collet
浏览文件

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
上级 f57be339
No related branches found
No related tags found
无相关合并请求
......@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册