Skip to content

Commit

Permalink
fix: use curve's repo.
Browse files Browse the repository at this point in the history
Signed-off-by: tangwz <[email protected]>
  • Loading branch information
tangwz committed Nov 23, 2022
1 parent fc7b681 commit fc57227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replace-curve-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sed -i "s;https://dl.google.com/go/go1.12.8.linux-amd64.tar.gz;https://curve-bui
sed -i "s;https://github.com/etcd-io/etcd;https://gitee.com/mirrors/etcd;g" thirdparties/etcdclient/Makefile

# braft
sed -i "s;https://github.com/baidu/braft;https://gitee.com/baidu/braft;g" WORKSPACE
sed -i "s;https://github.com/baidu/braft;https://gitee.com/NetEase_Curve/braft;g" WORKSPACE

# zlib
sed -i "s;https://zlib.net/zlib-1.2.11.tar.gz;https://curve-build.nos-eastchina1.126.net/zlib-1.2.11.tar.gz;g" WORKSPACE
Expand Down

0 comments on commit fc57227

Please sign in to comment.