Add support for 550.127.05 in nvproxy.

Fixes #11111

PiperOrigin-RevId: 703584156
This commit is contained in:
Ayush Ranjan
2024-12-06 12:44:18 -08:00
committed by gVisor bot
parent 6eaa40f345
commit dc24ae5c71
+7
View File
@@ -684,6 +684,13 @@ func Init() {
// This version does not belong on any branch, but it is a child of 550.90.07.
_ = addDriverABI(550, 90, 12, "391883846713b9e700af2ae87f8ac671f5527508ce3f9f60058deb363e05162a", v550_90_07)
// 550.100 is an intermediate unqualified version from the main branch.
v550_100 := v550_90_07
// The following exist on the "550" branch. They branched off the main
// branch at 550.100.
_ = addDriverABI(550, 127, 05, "d384f34f5d2a896bd7536d3deb6a6d973d8094a3ad485a1c2ee3bf5192086ae9", v550_100)
// 555.42.02 is an intermediate unqualified version.
v555_42_02 := func() *driverABI {
abi := v550_90_07()