Files
packages/anda/system/nvidia/nvidia-driver/anda.hcl
T
Raboneko 47c59ae921 fix: nvidia-driver (#2940) (#2942)
(cherry picked from commit 111609af05)

Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
2025-01-12 22:55:22 +07:00

13 lines
423 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
}
}