Files
packages/anda/system/nvidia/nvidia-driver/anda.hcl
T
Gilver cbf5cf935b chore: Sync el10 (#10895)
* chore: Sync el10

* chore: Resync el10
2026-03-29 22:38:02 +08:00

15 lines
443 B
HCL

project "pkg" {
rpm {
spec = "nvidia-driver.spec"
# We run the negativo17 generator script here because I genuinely tried fixing the spec file with our fancy patch and it didn't work
# TODO: Port it inside the specfile scripts
# pre_script = "nvidia-generate-tarballs.sh"
}
arches = ["x86_64", "aarch64", "i386"]
labels = {
subrepo = "nvidia"
mock = 1
weekly = 3
}
}