From: Vincent Bernat Date: Sun, 31 May 2020 05:35:18 +0000 (+0200) Subject: travis: check build with dtrace support X-Git-Tag: 1.0.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294c51d21846b440dba547f6e2d95c1da18ed111;p=thirdparty%2Flldpd.git travis: check build with dtrace support --- 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