Skip to content

Commit

Permalink
fix: nvidia-patch (#1501) (#1508)
Browse files Browse the repository at this point in the history
* Attempt to fix nvidia-patch nightly updates

* bump spec

(cherry picked from commit 17f149c)

Co-authored-by: Cappy Ishihara <[email protected]>
  • Loading branch information
raboneko and korewaChino authored Jul 11, 2024
1 parent 9e71bd0 commit 82e47ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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

0 comments on commit 82e47ab

Please sign in to comment.