From 294c51d21846b440dba547f6e2d95c1da18ed111 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 May 2020 07:35:18 +0200 Subject: [PATCH] travis: check build with dtrace support --- .travis.yml | 1 + tests/ci/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65de7f51..a92b49db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ env: - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp" - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom" - LLDPD_CONFIG_ARGS="--enable-oldies" + - LLDPD_CONFIG_ARGS="--enable-dtrace" - LLDPD_CONFIG_ARGS="--with-seccomp" matrix: include: diff --git a/tests/ci/install.sh b/tests/ci/install.sh index e7eaf3a1..501c9121 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -14,7 +14,7 @@ case "$(uname -s)" in libsnmp-dev libxml2-dev \ libevent-dev libreadline-dev libbsd-dev \ check libc6-dbg libseccomp-dev \ - libpcap-dev libcap-dev \ + libpcap-dev libcap-dev systemtap-dev \ snmpd snmp \ python3-pip python3-setuptools python3-wheel # For integration tests -- 2.39.5