0
0
mirror of https://github.com/cjdelisle/cjdns synced 2025-10-06 00:32:50 +02:00

ci: explicitly disable SecComp

Travis CI's new container-based infrastructure provides an
outdated libc, which doesn't have SIGSYS signal info.
This commit is contained in:
Lars Gierth
2015-10-13 02:51:15 +02:00
parent 73554bfc55
commit ed561b4a85

View File

@@ -11,8 +11,11 @@ branches:
compiler:
- gcc
# migrate to travis' new container infrastructure
sudo: false
script:
- "uname -a"
- "bash node_build/run_jshint"
# travis has seccomp.h header but does not actually support seccomp.
- "./do"
# travis' new container infrastructure's libc doesn't have SIGSYS signal info
- "Seccomp_NO=1 ./do"