You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by jc...@apache.org on 2021/09/08 07:13:41 UTC

[brooklyn-client] branch master updated: Set up go environment

This is an automated email from the ASF dual-hosted git repository.

jcabrerizo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-client.git


The following commit(s) were added to refs/heads/master by this push:
     new e1fc90e  Set up go environment
     new 8922191  Merge pull request #90 from jcabrerizo/master
e1fc90e is described below

commit e1fc90e085e73f3d80a225e5917c9da919f2facb
Author: Juan Cabrerizo <ju...@cloudsoft.io>
AuthorDate: Wed Sep 8 08:12:41 2021 +0100

    Set up go environment
---
 cli/release/build.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cli/release/build.sh b/cli/release/build.sh
index 8f20942..3a3b0be 100755
--- a/cli/release/build.sh
+++ b/cli/release/build.sh
@@ -16,7 +16,10 @@
 # specific language governing permissions and limitations
 # under the License.
 
-
+echo "Setting up go environment"
+go env -w GO111MODULE=auto
+export GO386='softfloat'
+echo "GO386=$GO386"
 #
 # Constants
 #