Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/hack/make/.ensure-syscall-test
2017-12-05 17:53:58 -06:00

9 lines
246 B
Bash

#!/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