Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[f39] fix: nvidia-patch (#1501) #1507

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion anda/system/nvidia-patch/anda.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
project "pkg" {
rpm {
spec = "nvidia-patch.spec"
nightly = "1"
}
labels {
nightly = "1"
}
}
4 changes: 2 additions & 2 deletions anda/system/nvidia-patch/nvidia-patch.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}
%global commit 564c0661a942f7163cb2cfa6cb1b14b4bcff3a30
%global commit 87fe7b874b3db1489d7313c667130ef22c445bd7
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240218
%global commit_date 20240711


%global patches %{_datadir}/src/nvidia-patch
Expand Down
Loading