mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
deps: update runc to v1.0.0-rc93
includes updates for breaking changes in runc v1.0.0-rc93
This commit is contained in:
@@ -74,7 +74,7 @@ func (e *UniversalExecutor) configureResourceContainer(pid int) error {
|
||||
},
|
||||
}
|
||||
for _, device := range specconv.AllowedDevices {
|
||||
cfg.Cgroups.Resources.Devices = append(cfg.Cgroups.Resources.Devices, &device.DeviceRule)
|
||||
cfg.Cgroups.Resources.Devices = append(cfg.Cgroups.Resources.Devices, &device.Rule)
|
||||
}
|
||||
|
||||
err := configureBasicCgroups(cfg)
|
||||
|
||||
Reference in New Issue
Block a user