When deploying from Azure Devops Pipeline the test Launchpad Test is failing with the error:
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH
have added github.com/gcc-mirror/gcc v7.4.0 to the goMod file and received the following error:
go: errors parsing go.mod: /tf/caf/enterprise_scale/construction_sets/aks/online/aks_secure_baseline/test/go.mod:11:2: require github.com/gcc-mirror/gcc: version "v7.4.0" invalid: should be v0 or v1, not v7
When deploying from Azure Devops Pipeline the test Launchpad Test is failing with the error: cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH
have added github.com/gcc-mirror/gcc v7.4.0 to the goMod file and received the following error: go: errors parsing go.mod: /tf/caf/enterprise_scale/construction_sets/aks/online/aks_secure_baseline/test/go.mod:11:2: require github.com/gcc-mirror/gcc: version "v7.4.0" invalid: should be v0 or v1, not v7
Changed the version to v 0.0.0 based of https://pkg.go.dev/github.com/gcc-mirror/gcc?tab=versions
Ran sudo apt-get update as well but was met with multiple errors of: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.07-4build1_amd64.deb 404 Not Found [IP: 91.189.91.39 80] E: Failed to fetch for various libraries