From cb071deb4d280c8c1f3bb1db1af7c5bcf6d2c00f Mon Sep 17 00:00:00 2001 From: metcya Date: Sat, 27 Dec 2025 15:36:16 -0600 Subject: [PATCH] build with mock --- anda/system/vicinae/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/system/vicinae/anda.hcl b/anda/system/vicinae/anda.hcl index b362cfcfa4..63c46bf7c5 100644 --- a/anda/system/vicinae/anda.hcl +++ b/anda/system/vicinae/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "vicinae.spec" } + labels { + mock = 1 + } }