summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-11-01 10:39:44 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-11-02 21:21:27 -0400
commit2a46d2df067fd25c5c90cc5727f82e63383fd18f (patch)
tree51243b8ebab0b5ca77a3f0eb51a348a1b6b6bfad /recipes-containers/cri-o/cri-o_git.bb
parent60142aa29ab77695f557737293d19d47bff7eeef (diff)
downloadmeta-virtualization-2a46d2df067fd25c5c90cc5727f82e63383fd18f.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb3
1 files changed, 3 insertions, 0 deletions
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/*"
128 128
129INHIBIT_PACKAGE_STRIP = "1" 129INHIBIT_PACKAGE_STRIP = "1"
130INSANE_SKIP_${PN} += "ldflags already-stripped" 130INSANE_SKIP_${PN} += "ldflags already-stripped"
131
132deltask compile_ptest_base
133