mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-12 19:49:07 +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
|
- set -e
|
||||||
- sudo $CI_MANAGERS/xenial.sh
|
- sudo $CI_MANAGERS/xenial.sh
|
||||||
- set +e
|
- 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 -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
echo 'deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse' >>/etc/apt/sources.list
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y build-dep libelf-dev
|
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"
|
source "$(dirname $0)/travis_wait.bash"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user