multicloud-ops / build-harness-extensions

1 stars 8 forks source link

Add Golang extensions. #1

Closed cbarlock closed 4 years ago

cbarlock commented 4 years ago

This PR adds Golang extensions in the manner in which ICAM builds Go -- gets the necessary packages, builds the required packages and installs the executable.

hassenius commented 4 years ago

Just realizing now @cbarlock that the variables we're using in the module is somewhat generic and may clash with the packages module in upstream build-harness. May be beneficial to prefix with GO_EXTENSION_ or similar as is commonly done in a lot of the modules to avoid future collisions