Files
packages/anda/system/nvidia/nvidia-driver/anda.hcl
T
Raboneko 859d5232af feat: Change all NVIDIA driver specs to weekly to offset NVIDIA server issues (#6304) (#6308)
* feat: Change all NVIDIA driver specs to weekly to offset NVIDIA server issues

* fix: Aaaaa

* fix: AaaaaAAAAAAAA

* fix: AaaaaAAAAAAAAAAAAAAAAAAAA

* Delete anda/system/nvidia/nvidia-kmod-common/kernel.conf



* fix: AAAAAAAAAAAAAAAAAAAAAAAA

* fix: I'm losing it I tell ya

---------


(cherry picked from commit 7e6c617bd1)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-09-04 14:15:22 +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 = 1
}
}