mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 08:09:07 +08:00
travis-ci: remove s390x build as it fails to be queued by Travis CI
It's been failing for few days. Comment it out for now. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
@@ -97,10 +97,10 @@ jobs:
|
|||||||
language: bash
|
language: bash
|
||||||
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
|
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
|
||||||
|
|
||||||
- name: Ubuntu Bionic Build (s390x)
|
# - name: Ubuntu Bionic Build (s390x)
|
||||||
arch: s390x
|
# arch: s390x
|
||||||
language: bash
|
# language: bash
|
||||||
script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
|
# script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1
|
||||||
|
|
||||||
- name: Ubuntu Bionic Build (ppc64le)
|
- name: Ubuntu Bionic Build (ppc64le)
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
|||||||
Reference in New Issue
Block a user