Commit 305226c6 authored by Ophélie Gagnard's avatar Ophélie Gagnard

component/: Modify golang compilation in fluent-bit plugin recipe.

component/golang/: Roll-back to the original.
component/fluentbit-plugin-wendelin/: Add golang compilation
modifications.
parent 912f7aa4
......@@ -17,3 +17,10 @@ configure-command = echo "No configure command."
environment =
PATH=${golang1.17:location}/bin:%(PATH)s
PREFIX=@@LOCATION@@
[golang1.17]
make-targets = cd src && unset GOBIN && ./make.bash && cp -alf .. ${:location}
post-install =
${findutils:location}/bin/find ${:location}/src -type d -name testdata -exec rm -rf {} \; || true
${:location}/bin/go env -w GOPATH=${buildout:directory}/go
......@@ -76,11 +76,6 @@ environment-extra =
<= golang-common
url = https://golang.org/dl/go1.17.6.src.tar.gz
md5sum = dc57f93f323e9f8189e5ffc1f223e346
make-targets= cd src && unset GOBIN && ./make.bash && cp -alf .. ${:location}
post-install =
${findutils:location}/bin/find ${:location}/src -type d -name testdata -exec rm -rf {} \; || true
${:location}/bin/go env -w GOPATH=${buildout:directory}/go
# go1.17 needs go1.4 to bootstrap
environment-extra =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment