Skip to content

Commit

Permalink
port #2941 (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino authored Jan 12, 2025
1 parent 47c59ae commit 7b74a14
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions anda/games/gamescope-legacy/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "gamescope-legacy.spec"
mock = 1
}
}
1 change: 1 addition & 0 deletions anda/games/gamescope/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project pkg {
spec = "gamescope.spec"
}
labels {
mock = 1
subrepo = "extras"
}
}
4 changes: 2 additions & 2 deletions anda/lib/mesa/anda.hcl
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions anda/lib/nvidia/cuda-profiler/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ project pkg {
arches = ["x86_64", "aarch64", "i386"]
rpm {
spec = "cuda-profiler.spec"
mock = 1
}
}
3 changes: 3 additions & 0 deletions anda/lib/nvidia/cuda-sanitizer/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ project pkg {
rpm {
spec = "cuda-sanitizer.spec"
}
labels {
mock = 1
}
}
4 changes: 4 additions & 0 deletions anda/misc/extest/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ project pkg {
rpm {
spec = "rust-extest.spec"
}

labels {
mock = 1
}
}
1 change: 1 addition & 0 deletions anda/system/nvidia/libva-nvidia-driver/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ project "pkg" {
arches = ["x86_64", "aarch64", "i386"]
labels = {
subrepo = "nvidia"
mock = 1
}
}

0 comments on commit 7b74a14

Please sign in to comment.