| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| dep: | ||
| dep ensure -v | ||
| rm -rfv ./vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/ | ||
| cp -av "$${GOPATH}/src/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/" ./vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/ |
There was a problem hiding this comment.
Why we need do this?
Sorry, something went wrong.
There was a problem hiding this comment.
The dep program will treat the libsecp256k1 c package as a unused golang package and remove it on prune stage. However if we disable prune for the ethereum dependency, whole ethereum source code will be merged into CovenantSQL. So a manually code sync is required.
Sorry, something went wrong.
There was a problem hiding this comment.
Okey, but after that we should not use dep ensure, use make dep or dep ensure -add xxxPkg, dep ensure -update xxxPkg @laodouya @leventeliu
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.