Open
Description
When starting a Nomad v1.10.1 binary in dev mode on linux arm64, the mock_driver
is loaded and enabled:
$ nomad node status -self -verbose |grep mock
mock_driver true true Healthy 2025-05-22T07:36:22+01:00
The same does not happen when performing the same test on macOS arm64.
The mock driver should not be included by default in release artifacts. The loading is gated by build tags which seemingly are not being respected on some builds.
We should resolve this, so that the mock_driver
does not get loaded by default on any official release builds.