mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-12 03:29:06 +08:00
travis: add an aarch64 Xenial job
This commit is contained in:
committed by
Andrii Nakryiko
parent
e441f55089
commit
2a25957df6
@@ -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