From 3ec658833a643c31b9c003c197f8dfdd5335a844 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Aug 2023 14:34:41 -0700 Subject: [PATCH] toolbox: should be blocking I marked toolbox as failable when we were getting everthing working on it (and so we would still have composes). Now that it's working, lets mark it blocking again. Signed-off-by: Kevin Fenzi --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index cc26426..5fcefbb 100644 --- a/fedora.conf +++ b/fedora.conf @@ -256,7 +256,7 @@ image_build = { 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Container_Toolbox', - 'failable': ['*'], + 'failable': [''], }, 'factory-parameters': { 'dockerversion': "1.10.1",