Open n1kofr opened 1 year ago
Seems related to https://github.com/golang/go/issues/57328#issuecomment-1353413399
Best fix is to update OS (it is a dependency like others after all), otherwise I guess it's feasible to push the CGO_ENABLED build configuration to github action runner
we cannot always ensure the libs are present on the OS, it can be an old system or more recent in which we cannot control what is installed. Having a better compatibility managed by the Helm Spray delivery would help us. Thanks.
Using helm spay 4.0.12 with helm version 3.11.3 and RHEL 8.7, we have the following error:
/home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version
GLIBC_2.34' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray) /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray: /lib64/libc.so.6: version
GLIBC_2.32' not found (required by /home/ops/.local/share/helm/plugins/helm-spray/bin/helm-spray)When rolling back to Spray 4.0.9, everything works fine.