Skip to content

Commit

Permalink
nvproxy: Fix checksum of 535.230.02.
Browse files Browse the repository at this point in the history
Also run the validate_checksum command on presubmit to avoid such issues.

Fixes 888f66d ("nvproxy: Add support for 535.230.02 driver.")

PiperOrigin-RevId: 720687756
  • Loading branch information
ayushr2 authored and gvisor-bot committed Jan 28, 2025
1 parent 8c38625 commit 544cbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ steps:
commands:
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
- make gpu-smoke-tests
- make sudo TARGETS=//tools/gpu:main ARGS="validate_checksum"
agents:
queue: gpu
- <<: *common
Expand Down
2 changes: 1 addition & 1 deletion pkg/sentry/devices/nvproxy/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ func Init() {
v535_183_01 := addDriverABI(535, 183, 01, "f6707afbdda9407e3cbc2e5128e60bcbcdbf02fae29958c72fafb5d405e8b883", v535_113_01)
v535_183_06 := addDriverABI(535, 183, 06, "c7bb0a0569c5347845479ed4e3e4d885c6ee3b8adf068c3401cdf754d5ba3d3b", v535_183_01)
v535_216_01 := addDriverABI(535, 216, 01, "5ddea1147810012e33967c3181341bcd6624bd3d654c63f845df833b4ece6af7", v535_183_06)
_ = addDriverABI(535, 230, 02, "5ddea1147810012e33967c3181341bcd6624bd3d654c63f845df833b4ece6af7", v535_216_01)
_ = addDriverABI(535, 230, 02, "20cca9118083fcc8083158466e9cb2b616a7922206bcb7296b1fa5cc9af2e0fd", v535_216_01)

// 545.23.06 is an intermediate unqualified version from the main branch.
v545_23_06 := func() *driverABI {
Expand Down

0 comments on commit 544cbea

Please sign in to comment.