We have disabled CGO for testing in the Diki repo to workaround an issue with gozstd regarding linkers: valyala/gozstd#65
The workaround is added with https://github.com/gardener/diki/pull/685/changes, which also removes the -race flag from test-cov, which required CGO enabled.
The gozstd should be tracked and the workaround reverted when a fix is present.
We have disabled
CGOfor testing in the Diki repo to workaround an issue withgozstdregarding linkers: valyala/gozstd#65The workaround is added with https://github.com/gardener/diki/pull/685/changes, which also removes the
-raceflag fromtest-cov, which requiredCGOenabled.The
gozstdshould be tracked and the workaround reverted when a fix is present.