Skip to content

Commit 1b7bbbe

Browse files
committed
--ignore-errors
1 parent d235e96 commit 1b7bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if [ -d ${srcdir} ]; then
122122
find ${pexdir} -type f -name "${mod_name}-*.whl" -delete
123123
fi
124124
[ ! -d ${bindir} ] && mkdir -p ${bindir}
125-
${venvdir}/bin/python2.7 ${venvdir}/bin/pex -o ${output_file} -m ${mod_name} -r ${require_file} --pex-root=${pexdir} ${builddir} --ignore-errors
125+
${venvdir}/bin/python2.7 ${venvdir}/bin/pex --ignore-errors -o ${output_file} -m ${mod_name} -r ${require_file} --pex-root=${pexdir} ${builddir}
126126
if [ $? -lt 1 ] && [ -x ${output_file} ]; then
127127
echo "pex executable written to '$output_file'"
128128
else

0 commit comments

Comments
 (0)