diff --git a/replace-curve-repo.sh b/replace-curve-repo.sh index 6240507dda..138066bd3f 100755 --- a/replace-curve-repo.sh +++ b/replace-curve-repo.sh @@ -53,5 +53,8 @@ sed -i "s;https://github.com/bazelbuild/rules_cc/archive/9e10b8a6db775b1ecd358d8 # spdlog sed -i "s;https://github.com/gabime/spdlog/archive/refs/tags/v1.11.0.tar.gz;https://curve-build.nos-eastchina1.126.net/spdlog-1.11.0.tar.gz;g" WORKSPACE +# fmt +sed -i "s;https://github.com/fmtlib/fmt/archive/9.1.0.tar.gz;https://curve-build.nos-eastchina1.126.net/fmt-9.1.0.tar.gz;g" WORKSPACE + # curve-nbd sed -i "s;https://github.com/opencurve/curve-nbd;https://gitee.com/NetEase_Curve/curve-nbd;g" .gitmodules