diff --git a/scripts/remote_python_packaging.sh b/scripts/remote_python_packaging.sh index f5dd940b0..dedd90fbc 100755 --- a/scripts/remote_python_packaging.sh +++ b/scripts/remote_python_packaging.sh @@ -29,7 +29,7 @@ set +x for arch in "" "-arm64"; do -ssh $SSHTARGET bash -c "cat >${BUILDDIR}${arch}/exec_docker_run" <<_HERE +ssh -o ServerAliveInterval=30 $SSHTARGET bash -c "cat >${BUILDDIR}${arch}/exec_docker_run" <<_HERE set +x -e shopt -s huponexit cd ${BUILDDIR}${arch}