mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 13:47:37 +00:00
fix(rpcs3): Use large runners (#8524)
x86_64 runs out of space on Rawhide and 43. Deeply cursed. Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -2,7 +2,8 @@ project pkg {
|
||||
rpm {
|
||||
spec = "rpcs3.spec"
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
}
|
||||
labels {
|
||||
mock = 1
|
||||
large = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user