apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing - #622
apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing#622bdrung wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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 Harness. 🚀 New features to boost your workflow:
|
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
afdb332 to
ddb1074
Compare
Hyask
left a comment
There was a problem hiding this comment.
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"} |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Then let's wait for that since https://ports.ubuntu.com/ still provides arm64 for stonking. So there is no time pressure.
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