containers / nri-plugins

A collection of community maintained NRI plugins
https://containers.github.io/nri-plugins/
Apache License 2.0
67 stars 24 forks source link

build: enable race-detector in DEBUG=1 builds. #409

Closed klihub closed 3 weeks ago

klihub commented 3 weeks ago

When building with DEBUG=1, also use the '-race' golang build flag unless NORACE=1 is also set.

klihub commented 3 weeks ago

/cc @pfl