Skip to content

Commit 47c372d

Browse files
committed
packages: update NVIDIA k8s device plugin
Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
1 parent 04c8e1c commit 47c372d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/nvidia-k8s-device-plugin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/NVIDIA/k8s-device-plugin/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.14.4/v0.14.4.tar.gz"
16-
path = "k8s-device-plugin-0.14.4.tar.gz"
17-
sha512 = "055439c2aac797b2d594846d9fb572f2f46ad5caeb9f44107a2fc05211904823c01a8fd8a2329c13a47ef440fd017086067f7ec55d482970cdbc1663b36d714c"
15+
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.16.2/v0.16.2.tar.gz"
16+
path = "k8s-device-plugin-0.16.2.tar.gz"
17+
sha512 = "0be166ba3f2ae51882e62e71dc625f6e83c4c18321e9e6beb05b7f2f6b3628e5ca7f480576f422faba0e6ad232085dff200b474f2453aeef307f9a6a5d13e1b6"
1818

1919
[build-dependencies]
2020
glibc = { path = "../glibc" }

packages/nvidia-k8s-device-plugin/nvidia-k8s-device-plugin.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo k8s-device-plugin
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 0.14.4
5+
%global gover 0.16.2
66
%global rpmver %{gover}
77

88
Name: %{_cross_os}nvidia-k8s-device-plugin
@@ -46,6 +46,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
4646
%cross_go_setup %{gorepo}-%{gover} %{goproject} %{goimport}
4747

4848
%build
49+
export GO_MAJOR="1.22"
4950
%cross_go_configure %{goimport}
5051
# We don't set `-Wl,-z,now`, because the binary uses lazy loading
5152
# to load the NVIDIA libraries in the host

0 commit comments

Comments
 (0)