From 04f8d55bf9db80d565f1a5143ebdff06bc56fa6f Mon Sep 17 00:00:00 2001 From: metcya Date: Sat, 13 Dec 2025 00:22:33 -0600 Subject: [PATCH] hopefully this works --- anda/system/xbps/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/system/xbps/anda.hcl b/anda/system/xbps/anda.hcl index cac5e59859..6be746658f 100644 --- a/anda/system/xbps/anda.hcl +++ b/anda/system/xbps/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "xbps.spec" } + labels { + mock = 1 + } }