mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
tools/ci: Don't install CodeChecker in the final docker image
since it fail to install on ubuntu 22.04: ERROR: failed to solve: process "/bin/sh -c pip3 install CodeChecker" did not complete successfully: exit code: 1 Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install CodeChecker" did not complete successfully: exit code: 1 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
c04d8560d3
commit
cd93b8c5ab
@@ -295,7 +295,7 @@ RUN pip3 install setuptools
|
|||||||
RUN pip3 install wheel
|
RUN pip3 install wheel
|
||||||
RUN pip3 install cmake-format
|
RUN pip3 install cmake-format
|
||||||
# Install CodeChecker and use it to statically analyze the code.
|
# Install CodeChecker and use it to statically analyze the code.
|
||||||
RUN pip3 install CodeChecker
|
# RUN pip3 install CodeChecker
|
||||||
# Install cvt2utf to check for non-UTF characters.
|
# Install cvt2utf to check for non-UTF characters.
|
||||||
RUN pip3 install cvt2utf
|
RUN pip3 install cvt2utf
|
||||||
# Install pytest
|
# Install pytest
|
||||||
@@ -330,7 +330,7 @@ ENV PATH="/tools/rust/cargo/bin:$PATH"
|
|||||||
|
|
||||||
# ARM toolchain
|
# ARM toolchain
|
||||||
COPY --from=nuttx-toolchain-arm /tools/clang-arm-none-eabi/ clang-arm-none-eabi/
|
COPY --from=nuttx-toolchain-arm /tools/clang-arm-none-eabi/ clang-arm-none-eabi/
|
||||||
RUN cp /usr/bin/clang-extdef-mapping-10 clang-arm-none-eabi/bin/clang-extdef-mapping
|
# RUN cp /usr/bin/clang-extdef-mapping-10 clang-arm-none-eabi/bin/clang-extdef-mapping
|
||||||
ENV PATH="/tools/clang-arm-none-eabi/bin:$PATH"
|
ENV PATH="/tools/clang-arm-none-eabi/bin:$PATH"
|
||||||
|
|
||||||
COPY --from=nuttx-toolchain-arm /tools/gcc-arm-none-eabi/ gcc-arm-none-eabi/
|
COPY --from=nuttx-toolchain-arm /tools/gcc-arm-none-eabi/ gcc-arm-none-eabi/
|
||||||
|
|||||||
Reference in New Issue
Block a user