scripts: remove thrift mod replace
Currently our code is only using github version of the code, so there shouldn't be need for the exception. Change-Id: I0c6e8a8465ab7b525d4b5d1b29e4e5298384286d
This commit is contained in:
parent
c2ba5a9905
commit
1726b39ed2
@ -68,9 +68,6 @@ EOF
|
||||
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
# replace unstable git.apache.org package with github
|
||||
(cd "$RELEASE_DIR" && go mod edit -replace git.apache.org/thrift.git=github.com/apache/thrift@v0.12.0)
|
||||
|
||||
GOBIN="$RELEASE_DIR"/bin make -C "$RELEASE_DIR" install-sim
|
||||
GOBIN="$BRANCH_DIR"/bin make -C "$BRANCH_DIR" install-sim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user