Skip to content

Commit 52bed6e

Browse files
authored
1 parent 5a836e4 commit 52bed6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

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}
125+
${venvdir}/bin/python2.7 ${venvdir}/bin/pex -o ${output_file} --no-emit-warnings -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)