Skip to content

Commit adada12

Browse files
committed
updated comment
1 parent b50dffc commit adada12

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
@@ -109,7 +109,7 @@ if [ -d ${srcdir} ]; then
109109
exit 1
110110
fi
111111

112-
# build fails on Pex 1.5+
112+
# build work with pex<=2.1.120 as of 23 feb 2023
113113
${venvdir}/bin/python2.7 ${venvdir}/bin/pip install ${pip_flags} "pex<=2.1.120"
114114
if [ $? -gt 0 ]; then
115115
echo "Failed to install pex utility for building!"

0 commit comments

Comments
 (0)