-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo: apt-fast: command not found #10003
Comments
apt-fast was removed from ubuntu-24.04 as of yesterday with seemingly no deprecation or announcement/reason. It is still present in ubuntu-20 and ubuntu-22, however. Ref actions/runner-images#10003.
apt-fast was removed from ubuntu-24.04 as of yesterday with seemingly no deprecation or announcement/reason. It is still present in ubuntu-20 and ubuntu-22, however. Ref actions/runner-images#10003.
@Krinkle We are looking into the issue, we will get back to you after investigating this issue. |
Hey! There are no plans to add apt-fast to ubuntu24, it was installed by mistake and now this was fixed, it is expected. |
@mikhailkoliada Thanks for confirming the intention. Would you be able to share the reason this was seen as a mistake? On the surface, it seems the apt-fast project still exists and describes itself as an improvement. It shipped for many years here with Ubuntu 20 and 22 (and still does). It's not obvious why its use in GitHub Actions is seen as a mistake after Ubuntu 24. I'm asking so that others in the community can make informed choices based on what you found/learned. For example, did you find that upstream apt-get improved in Ubuntu 24 such that apt-fast no longer made a measurable speed difference? Or do you have custom list of local mirrors that make apt-fast and apt-get equally fast in the common case (for non-PPA apt sources), and so it was never useful in this context in the first place? Something else? |
Ref actions/runner-images#10003. Cherry-picked from 85f5c56.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
`apt-fast` was removed from GitHub with Ubuntu 24.04: - actions/runner-images#10003 For compatibility, switch back to `apt-get`.
Description
The
apt-fast
command has seemingly been removed without notice.I was unable to find why or how. I did find #9952 which describes it after the fact, but I could not find when/how/why it was removed.
Suffice to say, it is not a fix from my perspective :)
Platforms affected
Runner images affected
Image version and build link
Before - main branch passes until 4 days ago at https://github.com/qunitjs/qunit/actions/runs/9342054787/job/25709566600
After - Failing as of today at https://github.com/qunitjs/qunit/actions/runs/9403484460/job/25900141520
Is it regression?
yes
Expected behavior
apt-fast installed.
Actual behavior
apt-fast suddenly not installed anymore.
Repro steps
runs-on: ubuntu-24.04
run: sudo apt-fast install -y libmozjs-102-dev
The text was updated successfully, but these errors were encountered: