update aarch64 test to xenial
in an attempt to circumvent the `ld` bug
This commit is contained in:
+5
-1
@@ -115,14 +115,18 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- make arminstall
|
- make arminstall
|
||||||
- make armfuzz
|
- make armfuzz
|
||||||
- name: Trusty (AARCH64 + Fuzz Test)
|
|
||||||
|
- name: Xenial (AARCH64 + Fuzz Test)
|
||||||
|
dist: xenial
|
||||||
script:
|
script:
|
||||||
- make arminstall
|
- make arminstall
|
||||||
- make aarch64fuzz
|
- make aarch64fuzz
|
||||||
|
|
||||||
- name: Trusty (PPC + Fuzz Test)
|
- name: Trusty (PPC + Fuzz Test)
|
||||||
script:
|
script:
|
||||||
- make ppcinstall
|
- make ppcinstall
|
||||||
- make ppcfuzz
|
- make ppcfuzz
|
||||||
|
|
||||||
- name: Trusty (PPC64 + Fuzz Test)
|
- name: Trusty (PPC64 + Fuzz Test)
|
||||||
script:
|
script:
|
||||||
- make ppcinstall
|
- make ppcinstall
|
||||||
|
|||||||
Reference in New Issue
Block a user