Skip to content

Dockerfile & Docs: Change bitbucket.org/nuttx/tools to github.com/patacongo/tools#18955

Merged
acassis merged 1 commit into
apache:masterfrom
lupyuen260525:fix-docker
May 25, 2026
Merged

Dockerfile & Docs: Change bitbucket.org/nuttx/tools to github.com/patacongo/tools#18955
acassis merged 1 commit into
apache:masterfrom
lupyuen260525:fix-docker

Conversation

@lupyuen
Copy link
Copy Markdown
Member

@lupyuen lupyuen commented May 25, 2026

Summary

The repo bitbucket.org/nuttx/tools is no longer available. This PR changes it to to github.com/patacongo/tools, as explained in #18890. This PR updates the URL in Dockerfile and Docs.

Impact

Dockerfile now builds correctly. Previously the Dockerfile build failed like this:

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

Testing

This URL change has been tested earlier in #18890

@github-actions github-actions Bot added Area: CI Size: S The size of the change in this PR is small labels May 25, 2026
@lupyuen lupyuen requested a review from xiaoxiang781216 May 25, 2026 03:55
@lupyuen lupyuen marked this pull request as draft May 25, 2026 03:58
The repo bitbucket.org/nuttx/tools is no longer available. This PR changes it to to github.com/patacongo/tools, as explained in apache#18890. This PR updates the URL in Dockerfile and Docs.

Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
@lupyuen lupyuen changed the title CI & Docs: Change bitbucket.org/nuttx/tools to github.com/patacongo/tools Dockerfile & Docs: Change bitbucket.org/nuttx/tools to github.com/patacongo/tools May 25, 2026
@lupyuen lupyuen marked this pull request as ready for review May 25, 2026 04:41
@acassis acassis merged commit c2de121 into apache:master May 25, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: CI Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants