Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-14369]Fix dev mode failing to build Chaincode
Building Chaincode fails with the ccenv container created from Alpine because go build process can't import the shim package. GOPATH in ccenv changed from "/opt/gopath" to "/go" due to the move to Alpine. However, docker-compose-simple.yaml still has `GOPATH=/opt/gopath`. This CR removes the environment variable. FAB-14369 #done Change-Id: I18d9861d9b6f45c1548169fbb143e7883f8ba207 Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
- Loading branch information