Skip to content

Add git, make, and glibc to Framework:Golang builders

Robert Marshall requested to merge add-tools-to-framework into master
Add git, make, and glibc to Framework:Golang builders

- Golang projects generally require git and make
- Include the glibc build system until go modules that
  require it may be extracted and built separately
  to avoid build chain divergence

Related https://gitlab.com/gitlab-org/distribution/team-tasks/-/issues/1223

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
Edited by Robert Marshall

Merge request reports