mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-27 19:59:06 +08:00
travis: add an aarch64 Xenial job
This commit is contained in:
committed by
Andrii Nakryiko
parent
e441f55089
commit
2a25957df6
@@ -120,3 +120,11 @@ jobs:
|
||||
- set -e
|
||||
- sudo $CI_MANAGERS/xenial.sh
|
||||
- set +e
|
||||
|
||||
- name: Ubuntu Xenial (arm)
|
||||
arch: arm64
|
||||
language: bash
|
||||
script:
|
||||
- set -e
|
||||
- sudo $CI_MANAGERS/xenial.sh
|
||||
- set +e
|
||||
|
||||
@@ -2,9 +2,11 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
echo 'deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse' >>/etc/apt/sources.list
|
||||
|
||||
apt-get update
|
||||
apt-get -y build-dep libelf-dev
|
||||
apt-get install -y libelf-dev
|
||||
apt-get install -y libelf-dev pkg-config
|
||||
|
||||
source "$(dirname $0)/travis_wait.bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user