samply / blazectl

Control your FHIR® Server from the Command Line
Apache License 2.0
17 stars 5 forks source link

Remove Dependency on glibc #31

Closed alexanderkiel closed 4 months ago

alexanderkiel commented 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.