From 2d3e9839a210f8783e7032944d7b2c1c8d6f24c6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:18:44 -0800 Subject: [PATCH] fix(rpcs3): Use large runners (#8524) (#8527) x86_64 runs out of space on Rawhide and 43. Deeply cursed. (cherry picked from commit 35ab64e691926b3258f318dc8a0dc22ae0a478c8) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/games/rpcs3/anda.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/anda.hcl b/anda/games/rpcs3/anda.hcl index f17fc5aed0..e2064da106 100644 --- a/anda/games/rpcs3/anda.hcl +++ b/anda/games/rpcs3/anda.hcl @@ -2,7 +2,8 @@ project pkg { rpm { spec = "rpcs3.spec" } - labels { - mock = 1 - } + labels { + mock = 1 + large = 1 + } }