Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: fix capabilities on non-linux systems (#24450)
Recently we moved from github.com/syndtr/gocapability to github.com/moby/sys/capability due to the former package no longer being maintainer. The new package's capability function works differently: the known/supported functionality is split now, and the .ListSupported() call will always return an empty list on non-linux systems. This means Nomad agents won't start on darwin or windows.
- Loading branch information