From c50d37bc1045f1a493c89137eb1139cf5d910e0f Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 19 Aug 2020 14:03:12 -0500 Subject: Fix v2.0.x CI Fix the Ci for our 2.0.x branch. Signed-off-by: Brent Baude --- contrib/cirrus/lib.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib') diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index c77eaca12..2619a144e 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -393,6 +393,11 @@ install_test_configs() { # by default in google cloud. https://cloud.google.com/vpc/docs/vpc#ip-ranges install -v -D -m 644 $SCRIPT_BASE/99-do-not-use-google-subnets.conflist /etc/cni/net.d/ install -v -D -m 644 ./test/registries.conf /etc/containers/ + # This needs to removed when we have a seccomp profile + # that works on ubuntu with runc + if [[ -f "seccomp.json" ]]; then + install -v -D -m 644 ./seccomp.json /usr/share/containers + fi } # Remove all files provided by the distro version of podman. -- cgit v1.2.3-54-g00ecf