Force all multilib packages to build inside a mock chroot (#2941)

This commit is contained in:
Cappy Ishihara
2025-01-12 22:51:10 +07:00
committed by GitHub
parent c1c9a4f517
commit a61ce2b93e
7 changed files with 12 additions and 1 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"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@ project pkg {
spec = "mesa.spec"
}
labels {
mock = 1
subrepo = "mesa"
}
}
+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
}
}