Open ghost opened 6 years ago
I guess libseccomp-dev
is required be installed on Travis in order to
trigger the autoconf check? You could try to install it globally in
.travis.yml
. Caution, lines below untested:
addons:
apt:
packages:
- libseccomp-dev
Thanks: applied!
The experimental seccomp
-support can be enabled with --enable-seccomp
...
Merging #274 into sandbox will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## sandbox #274 +/- ##
========================================
Coverage 90.58% 90.58%
========================================
Files 1 1
Lines 510 510
========================================
Hits 462 462
Misses 48 48
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 321e6e7...9f21d79. Read the comment docs.
Great work! Attached is a diff which reworks the macros and some cleanup: