ntwk-calibration 拉取最新代码

  • 克隆指定分支代码
git clone --branch ntwk-calibration https://github.com/filecoin-project/lotus.git
  • 更新代码
git reset --hard HEAD
git pull
  • 编译安装
cat cat Makefile
env RUSTFLAGS="-C target-cpu=native -g" FIL_PROOFS_USE_GPU_COLUMN_BUILDER=1 FIL_PROOFS_USE_GPU_TREE_BUILDER=1 FFI_BUILD_FROM_SOURCE=1 make clean all lotus-bench

猜你喜欢

转载自blog.csdn.net/u010953692/article/details/107754136
今日推荐