Initial commit
This commit is contained in:
8
vendor/github.com/hyperhq/hypercli/hack/make/.ensure-syscall-test
generated
vendored
Normal file
8
vendor/github.com/hyperhq/hypercli/hack/make/.ensure-syscall-test
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Build a C binary for cloning a userns for seccomp tests
|
||||
# and compile it for target daemon
|
||||
if [ "$DOCKER_ENGINE_GOOS" = "linux" ]; then
|
||||
docker build ${DOCKER_BUILD_ARGS} -qt syscall-test contrib/syscall-test > /dev/null
|
||||
fi
|
||||
Reference in New Issue
Block a user