diff --git a/Makefile b/Makefile index 44a8838f215..5f0e8705e2f 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" UID = $(shell id -u) ARCH=$(shell uname -m) -CHAINTOOL_RELEASE=v0.9.1 +CHAINTOOL_RELEASE=v0.10.0 BASEIMAGE_RELEASE=$(shell cat ./.baseimage-release) DOCKER_TAG=$(ARCH)-$(PROJECT_VERSION) diff --git a/core/chaincode/platforms/car/test/car_test.go b/core/chaincode/platforms/car/test/car_test.go index b761b4581a3..9f7c31cb8f3 100644 --- a/core/chaincode/platforms/car/test/car_test.go +++ b/core/chaincode/platforms/car/test/car_test.go @@ -33,8 +33,6 @@ func TestMain(m *testing.M) { func TestCar_BuildImage(t *testing.T) { vm, err := container.NewVM() - // skipped until chaintool accepts ChaincodeStubInterface updates - t.SkipNow() if err != nil { t.Fail()