From: Vincent Bernat Date: Sat, 1 Feb 2020 18:36:55 +0000 (+0100) Subject: travis: remove ARM64 X-Git-Tag: 1.0.5~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b2e10b5822077b37412a3fd29cb438e1933c011;p=thirdparty%2Flldpd.git travis: remove ARM64 This seems quite unreliable. --- diff --git a/.travis.yml b/.travis.yml index 95d2590b..65de7f51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ matrix: - os: linux compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" - - os: linux - arch: arm64 - env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" - os: linux arch: ppc64el env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"