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 1829a58 commit 4e90f89Copy full SHA for 4e90f89
build-env.sh
@@ -53,7 +53,7 @@ download_build_install_python_deps()
53
# Install patchwise and it's dependencies
54
python -m pip install patchwise
55
# HACK - Just dont stick around with 20.0.0 clang.. use the bleeding edge..
56
- find /usr/local/venv/lib/python3*/site-packages/patchwise -iname *.py|xargs sed -ie "s/20.0.0/23.0.0/g"
+ #find /usr/local/venv/lib/python3*/site-packages/patchwise -iname *.py|xargs sed -ie "s/20.0.0/23.0.0/g"
57
rm -rf "/tmp/.cache/" /tmp/get-pip.py
58
}
59
0 commit comments