SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
8 stars 21 forks source link

Disable CGO for certificate fetching test #527

Closed dcermak closed 2 months ago

dcermak commented 2 months ago

This test compiles a go binary which performs a http.Get. So far, we implicitly assumed that glibc would export the same symbols across all service packs (the golang builder image can be based on a different service pack). This was recently invalidated with SP6, hence we disable CGO and thereby do not rely on glibc symbols anymore.

[CI:TOXENVS] all