Skip to content

CI: update downstream libaec dependency to canonical GitHub repo#230

Draft
dsarmany with Copilot wants to merge 2 commits into
developfrom
copilot/fix-downstream-ci-job-failure
Draft

CI: update downstream libaec dependency to canonical GitHub repo#230
dsarmany with Copilot wants to merge 2 commits into
developfrom
copilot/fix-downstream-ci-job-failure

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown

The downstream-ci / metkit (gnu@debian-11) job failed during dependency resolution/build because libaec was referenced via an outdated repository owner. This PR updates the dependency source to the canonical upstream repo used by current GitHub references.

  • Root cause

    • Downstream CI dependency resolution for libaec hit a repository-head lookup failure (Not Found) due to stale owner path in CI config.
  • Change

    • Updated .github/ci-config.yml dependency entry:
      • MathisRosenhauer/libaec@refs/tags/v1.1.3Deutsches-Klimarechenzentrum/libaec@refs/tags/v1.1.3
  • Why this is minimal

    • Keeps version/tag unchanged (v1.1.3)
    • Only changes repository path used by downstream workflow dependency fetch logic
dependencies: |
  ecmwf/ecbuild
  Deutsches-Klimarechenzentrum/libaec@refs/tags/v1.1.3
  ecmwf/eccodes
  ecmwf/eckit

Copilot AI changed the title [WIP] Fix failing GitHub Actions job downstream-ci / metkit CI: update downstream libaec dependency to canonical GitHub repo Jul 7, 2026
Copilot AI requested a review from dsarmany July 7, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants