We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 735277b + 86a7c02 commit dd068b0Copy full SHA for dd068b0
scripts/network_up.sh
@@ -189,9 +189,8 @@ function compileContract() {
189
-v $(dirname ${PWD}):/workspace \
190
-v ~/.ssh:/root/.ssh \
191
-w /workspace \
192
- -e GONOPROXY=**.baidu.com** \
193
-e GONOSUMDB=* \
194
- -e GOPROXY=https://goproxy.baidu-int.com \
+ -e GOPROXY=https://goproxy.cn \
195
-e GO111MODULE=on \
196
golang:1.13.4 sh -c "cd dai && go build -o ../$TMP_CONF_PATH/blockchain/contract/$CONTRACT_NAME ./blockchain/xchain/contract"
197
0 commit comments