From 98f77baf97ad0bc70ed4d738ec2517122c3704dc Mon Sep 17 00:00:00 2001 From: Yueming Xu Date: Fri, 22 Mar 2019 13:42:22 -0600 Subject: [PATCH 1/2] update troubleshooting fabric-sdk-go --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 208ca7e..70aefe1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ For Q&A you can contact us at tibcolabs@tibco.com. ### Fabric admin test fails on Ubuntu -The current version of Fabric SDK supports Go 1.11.0-1.11.4. Thus, if the installation failed to download Go dependencies for Fabric SDK, you will need to download Go 1.11.4 and change the `$GOROOT` and `$PATH` environment variables to point to this version. +The current version of Fabric SDK requires Go 1.11.0-1.11.4. Thus, if the installation failed to download Go dependencies for Fabric SDK, you will need to download Go 1.11.4 and change the `$GOROOT` and `$PATH` environment variables to point to this version. If you have installed a later version of Go, e.g., 1.11.6, you can edit the file `/path/to/fabric-sdk-go/ci.properties` and set `GO_MAX_VER=1.11.6`, and then use the following steps to install dependencies. If the `fabric admin tests` failed with the following error: ``` @@ -68,4 +68,4 @@ You can then try to build and test the dovetail-cli again, i.e., ``` cd ${GOPATH}/src/github.com/TIBCOSoftware/dovetail-cli make -``` \ No newline at end of file +``` From 5b0c2168c6b6b1eaa3905695da1f5ba032efd60f Mon Sep 17 00:00:00 2001 From: torresashjian Date: Mon, 1 Apr 2019 09:54:37 -0700 Subject: [PATCH 2/2] Temporarily remove hyperledger tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b4b68d..aa98f87 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SCRIPTS_PATH := scripts TEST_SCRIPTS_PATH := test/scripts .PHONY: all -all: install test_all +all: install dovetail-tests .PHONY: depend depend: