Skip to content

Commit ad6a51f

Browse files
tianshuo78520aluotao1
authored andcommitted
fix build docker error (#18384)
* fix mac build error * test=develop * fix
1 parent 880fb83 commit ad6a51f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,11 @@ function main() {
991991
;;
992992
combine_avx_noavx)
993993
combine_avx_noavx_build
994+
gen_dockerfile ${PYTHON_ABI:-""}
994995
;;
995996
combine_avx_noavx_build_and_test)
996997
combine_avx_noavx_build
998+
gen_dockerfile ${PYTHON_ABI:-""}
997999
parallel_test_base
9981000
;;
9991001
test)

0 commit comments

Comments
 (0)