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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user