raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.79k stars 951 forks source link

Bazel CI checks are broken #2097

Closed lurch closed 3 days ago

lurch commented 3 days ago
Run bazel build @picotool//:picotool
  bazel build @picotool//:picotool
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.10.15/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.15/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.15/x64
    Python[2](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:2)_ROOT_DIR: /opt/hostedtoolcache/Python/[3](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:3).10.15/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.15/x6[4](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:4)
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.1[5](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:5)/x64/lib
INFO: Invocation ID: 19058626-0ad9-4073-81f3-15bd245e04c[6](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:6)
Computing main repo mapping: 
ERROR: Error computing the main repository mapping: module not found in registries: picotool@2.1.0
Error: Process completed with exit code 4[8](https://github.com/raspberrypi/pico-sdk/actions/runs/12007459038/job/33468066168#step:7:8).

ping @armandomontanez

lurch commented 3 days ago

Possibly related to https://github.com/raspberrypi/picotool/pull/181 ?

armandomontanez commented 3 days ago

Yeah, I need to add the new release to the BCR so the reference can resolve. I'll get that sorted out ASAP.

armandomontanez commented 3 days ago

PR out at https://github.com/bazelbuild/bazel-central-registry/pull/3253

lurch commented 3 days ago

Please reply here when that has been merged, and I'll close this issue :slightly_smiling_face: :chains:

armandomontanez commented 3 days ago

PR has merged, Bazel build should be happy again.

lurch commented 3 days ago

Fantastic, thank you!

lurch commented 3 days ago

PR has merged, Bazel build should be happy again.

Confirmed - all the Bazel CI tests on #2098 are green :green_circle: