We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50dffc commit adada12Copy full SHA for adada12
scripts/build.sh
@@ -109,7 +109,7 @@ if [ -d ${srcdir} ]; then
109
exit 1
110
fi
111
112
- # build fails on Pex 1.5+
+ # build work with pex<=2.1.120 as of 23 feb 2023
113
${venvdir}/bin/python2.7 ${venvdir}/bin/pip install ${pip_flags} "pex<=2.1.120"
114
if [ $? -gt 0 ]; then
115
echo "Failed to install pex utility for building!"
0 commit comments