From 2a46d2df067fd25c5c90cc5727f82e63383fd18f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 1 Nov 2018 10:39:44 -0400 Subject: cri-o: disable ptest build We aren't running any ptests for cri-o (it is hard to test in isolation), and the update to go 1.11 has broken the build in the ptest phase. For now, we remove the task to get the build running again. Signed-off-by: Bruce Ashfield --- recipes-containers/cri-o/cri-o_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index c14d54dc..6be8d6fe 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb @@ -128,3 +128,6 @@ FILES_${PN} += "/usr/local/bin/*" INHIBIT_PACKAGE_STRIP = "1" INSANE_SKIP_${PN} += "ldflags already-stripped" + +deltask compile_ptest_base + -- cgit v1.2.3-54-g00ecf