lupyuen commented on PR #18954: URL: https://github.com/apache/nuttx/pull/18954#issuecomment-4531475594
Docker build failed, it's fixed here: - https://github.com/apache/nuttx/pull/18955 ``` Dockerfile:53 -------------------- 52 | RUN mkdir -p /tools/nuttx-tools 53 | >>> RUN curl -s -L https://bitbucket.org/nuttx/tools/get/9ad3e1ee75c7.tar.gz \ 54 | >>> | tar -C nuttx-tools --strip-components=1 -xz 55 | -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c curl -s -L https://bitbucket.org/nuttx/tools/get/9ad3e1ee75c7.tar.gz | tar -C nuttx-tools --strip-components=1 -xz" did not complete successfully: exit code: 2 ``` https://github.com/apache/nuttx/actions/runs/26381245708/job/77650769793?pr=18953 -- 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]
