Skip to content

apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing#622

Open
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:fix-arm64-repo-2150685
Open

apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing#622
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:fix-arm64-repo-2150685

Conversation

@bdrung

@bdrung bdrung commented Apr 30, 2026

Copy link
Copy Markdown
Member

The arm64 package archive is available on archive.ubuntu.com since Ubuntu 25.10 "questing". So use this repository if available.

Bug: https://launchpad.net/bugs/2150685

@codecov

codecov Bot commented Apr 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.39%. Comparing base (4310bb4) to head (ddb1074).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #622   +/-   ##
=======================================
  Coverage   84.39%   84.39%           
=======================================
  Files         106      106           
  Lines       21050    21056    +6     
  Branches     3223     3224    +1     
=======================================
+ Hits        17765    17771    +6     
  Misses       2802     2802           
  Partials      483      483           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

The arm64 package archive is available on archive.ubuntu.com since
Ubuntu 25.10 "questing". So use this repository if available.

Bug: https://launchpad.net/bugs/2150685
@bdrung bdrung force-pushed the fix-arm64-repo-2150685 branch from afdb332 to ddb1074 Compare May 20, 2026 14:09

@Hyask Hyask left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left a comment and will let you decide the course of action. Wait? Anticipate? Leave it?

"""Check if arch plus dist is available on http://archive.ubuntu.com."""
if arch == "arm64":
# arm64 is available on http://archive.ubuntu.com starting from questing on
return dist not in {"trusty", "xenial", "bionic", "focal", "jammy", "noble"}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jammy and noble are very very soon going to be copied to archive.u.c as well (possibly actually happening right now). Not blocking the approval on that though.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then let's wait for that since https://ports.ubuntu.com/ still provides arm64 for stonking. So there is no time pressure.

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