Skip to content

Commit d235e96

Browse files
committed
https://github.com/pex-tool/pex/issues/1201
1 parent 5a836e4 commit d235e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
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}
125+
${venvdir}/bin/python2.7 ${venvdir}/bin/pex -o ${output_file} -m ${mod_name} -r ${require_file} --pex-root=${pexdir} ${builddir} --ignore-errors
126126
if [ $? -lt 1 ] && [ -x ${output_file} ]; then
127127
echo "pex executable written to '$output_file'"
128128
else

0 commit comments

Comments
 (0)