File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ RUN apt-get update \
7979 clang \
8080 clangd \
8181 lld \
82+ && patchwise --install \
8283 && echo "**** cleanup ****" \
8384 && apt-get autoremove -y\
8485 && apt-get clean -y\
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ download_build_install_python_deps()
5353 python -m pip install --upgrade ply gitpython yamllint rfc3987 pylibfdt
5454 python -m pip install git+https://github.com/devicetree-org/dt-schema.git@$DTSCHEMA_REV
5555 # Install patchwise and it's dependencies
56- python -m pip install patchwise && patchwise --install
56+ python -m pip install patchwise
5757 # HACK - Just dont stick around with 20.0.0 clang.. use the bleeding edge..
5858 sed -ie " s/20.0.0/23.0.0/g" /usr/local/venv/lib/python3.13/site-packages/patchwise/patch_review/ai_review/ai_code_review.py
5959 rm -rf " /tmp/.cache/" /tmp/get-pip.py
You can’t perform that action at this time.
0 commit comments