cederom commented on code in PR #17849: URL: https://github.com/apache/nuttx/pull/17849#discussion_r2704562986
########## tools/ci/docker/linux/Dockerfile: ########## @@ -138,59 +141,54 @@ CMD [ "/bin/bash" ] # Base image that should be used to prepare arch build images ############################################################################### FROM builder-base AS nuttx-toolchain-base - RUN mkdir -p /tools WORKDIR /tools ############################################################################### # Build image for tool required by ARM builds ############################################################################### FROM nuttx-toolchain-base AS nuttx-toolchain-arm -# Download the latest ARM clang toolchain prebuilt by ARM +# ARM Clang 19.1.5 Review Comment: 👍🏻 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
