This commit is contained in:
Cappy Ishihara
2025-01-12 22:59:21 +07:00
committed by GitHub
parent 47c59ae921
commit 7b74a14e30
7 changed files with 13 additions and 2 deletions
+1
View File
@@ -2,5 +2,6 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "gamescope-legacy.spec"
mock = 1
}
}
+1
View File
@@ -4,6 +4,7 @@ project pkg {
spec = "gamescope.spec"
}
labels {
mock = 1
subrepo = "extras"
}
}
+2 -2
View File
@@ -1,10 +1,10 @@
project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
rpm {
spec = "mesa.spec"
}
labels {
mock = 1
subrepo = "mesa"
}
arches = ["x86_64", "i386", "aarch64"]
}
+1
View File
@@ -2,5 +2,6 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "cuda-profiler.spec"
mock = 1
}
}
+3
View File
@@ -3,4 +3,7 @@ project pkg {
rpm {
spec = "cuda-sanitizer.spec"
}
labels {
mock = 1
}
}
+4
View File
@@ -3,4 +3,8 @@ project pkg {
rpm {
spec = "rust-extest.spec"
}
labels {
mock = 1
}
}
@@ -5,5 +5,6 @@ project "pkg" {
arches = ["x86_64", "aarch64", "i386"]
labels = {
subrepo = "nvidia"
mock = 1
}
}