Skip to content

Commit 4e90f89

Browse files
committed
build-env.sh: Drop the patchwise hack
Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 1829a58 commit 4e90f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ download_build_install_python_deps()
5353
# Install patchwise and it's dependencies
5454
python -m pip install patchwise
5555
# 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"
56+
#find /usr/local/venv/lib/python3*/site-packages/patchwise -iname *.py|xargs sed -ie "s/20.0.0/23.0.0/g"
5757
rm -rf "/tmp/.cache/" /tmp/get-pip.py
5858
}
5959

0 commit comments

Comments
 (0)