Skip to content

Commit f182b5f

Browse files
committed
build-env.sh: Switch over to Nishanth's fork of patchwise
Since upstream patchwise has picked a bunch of stuff (docker micro services etc) That make it hard for us to execute in a monolithic container, let us try and handle this differently, fork out and use the version where we cherry pick patches from master from time to time. Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 3420ddf commit f182b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ download_build_install_python_deps()
5151
python -m pip install --upgrade ply gitpython yamllint rfc3987 pylibfdt
5252
python -m pip install git+https://github.com/devicetree-org/dt-schema.git@$DTSCHEMA_REV
5353
# Install patchwise and it's dependencies
54-
python -m pip install patchwise
54+
python -m pip install git+https://github.com/nmenon/PatchWise.git@kernel_patch_verify_patchwise
5555
# HACK - Just dont stick around with 20.0.0 clang.. use the bleeding edge..
5656
#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

0 commit comments

Comments
 (0)