From e044ff42519b7e79e0986b4572a795a480dbca48 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:27:44 -0500 Subject: [PATCH] try building with large runners? Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/pixi/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/system/pixi/anda.hcl b/anda/system/pixi/anda.hcl index 96879d9ca0..8faf18e86f 100644 --- a/anda/system/pixi/anda.hcl +++ b/anda/system/pixi/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "pixi.spec" } + labels { + large = 1 + } }