提交 6f688280 编写于 作者: Y yi.wu

delete paddle/dist before build

上级 0beda873
......@@ -21,6 +21,8 @@ cd /paddle/build
# build script will not fail if *.deb does not exist
rm *.deb 2>/dev/null || true
# delete previous built whl packages
rm -rf /paddle/paddle/dist 2>/dev/null || true
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册