mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-13 00:41:47 +00:00
Travis: Add libseccomp-dev to packages to install
Do not run the 'asan' test with seccomp compiled in since the asan libraries seem to use syscalls that we blacklist in the seccomp profile. In particular those are: - clone - sigaltstack - ptrace Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
761df6cd63
commit
df010be650
@ -31,6 +31,7 @@ addons:
|
||||
- gnutls-bin
|
||||
- libasan2
|
||||
- softhsm2
|
||||
- libseccomp-dev
|
||||
coverity_scan:
|
||||
project:
|
||||
name: swtpm
|
||||
@ -81,7 +82,7 @@ matrix:
|
||||
- env: CFLAGS="-fsanitize=address -g -fno-omit-frame-pointer"
|
||||
LIBS="-lasan"
|
||||
PREFIX="/usr"
|
||||
CONFIG="--with-openssl --prefix=${PREFIX}"
|
||||
CONFIG="--with-openssl --prefix=${PREFIX} --without-seccomp"
|
||||
SUDO="sudo"
|
||||
CHECK="check"
|
||||
before_script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user