You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: