提交 cff2c2d8 编写于 作者: T tianshuo78520a 提交者: Huihuang Zheng

add combine_avx_noavx build to dockerfile

需要在avx_noavx build时候,生成dockerfile。
使用combine_avx_noavx 参数生成whl后发现不能build镜像,原因:没有生成dockerfile。需要添加生成dockerfile选项。
上级 27fb9cad
......@@ -996,9 +996,11 @@ function main() {
;;
combine_avx_noavx)
combine_avx_noavx_build
gen_dockerfile ${PYTHON_ABI:-""}
;;
combine_avx_noavx_build_and_test)
combine_avx_noavx_build
gen_dockerfile ${PYTHON_ABI:-""}
parallel_test_base
;;
test)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册