Closed alexanderkiel closed 4 months ago
In case C-Go isn't disabled, Go builds will depend on the glibc version of the build system. Someone with a SuSE Linux having only glibc 2.31 couldn't run blacectl after v0.13.0. So setting CGO_ENABLED=0 will work.
CGO_ENABLED=0
In case C-Go isn't disabled, Go builds will depend on the glibc version of the build system. Someone with a SuSE Linux having only glibc 2.31 couldn't run blacectl after v0.13.0. So setting
CGO_ENABLED=0
will work.