-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Feature]: Support Ubuntu 24.04 #30368
Comments
We are currently blocked by GitHub Actions, that they add support for it in their runner-images repository: actions/runner-images#9691. |
Same for me, stuck on ubuntu:22.04 for the moment |
I can run on 24.04 via the UI, or just using the |
I'm stuck with ubuntu 24.04. any one has a workaround maybe? |
I was able to run it on 23.10 with this advice: I had to compile |
hi @mxschmitt , do you know when the github issue will be fixed, I encouter the same error when running error: E: Package 'libasound2' has no installation candidate |
I have the same issue. Any news on this? |
I encountered a similar issue on Ubuntu 24.04, albeit with a wider range of missing packages: For Proceeding with It's worth noting that while this workaround worked for me, I don't recommend it universally, nor can I guarantee its seamless functionality for all users. Probably as soon as Ubuntu 24.04 is officially supported, I would try to remove the above packages and reinstall playwright. |
It seems that there is still a time period before GitHub support 24.04. See here: actions/runner-images#9691 (comment) It would be great that we can have Ubuntu 24.04 supported in playwright first, then adding a CI test once it supports. Even a workaround is better than no support. For me, I feel hard when I am switching devices between office, home and my laptop. I have all upgraded them to 24.04, and I have to repeat the above solution 3 times. |
Hi @WithMarcel, I've made progress with the steps you provided so thank you very much. I encountered exactly your issue when reaching this point:
However
Further stepsI proceeded to instead run I then installed them manually the same way as the earlier ones by visiting https://packages.ubuntu.com/. After that point, Running testsI am able to run I'll proceed for now despite this as I'm at least able to test with chromium. |
wep ya lo arreglaron?? |
Hello, it seems that the --install-deps command and playwright has issues getting the packages from what's in the default ubuntu.sources file in /etc/apt/sources.list.d I updated my ubuntu.sources file in /etc/apt/sources.list.d to look like this:
This got every dependency to install except libicu70 and libx264-163. Ubuntu 24.04 comes with libicu74 and libx264-164, so libicu70 and libx264-163 can't be installed unless a user reverts to those versions but I don't want to break other things by doing this. |
|
@mxschmitt please try getting playwright ready for Ubuntu 24.04. Thanks! |
* Draft of total summary * Correct parsing of results * Copy fixing * Data * Parsing data * Basic render * All polish results indexed * Improvment to data * Improvment to data * Daily games counter * Top results * Improvments to filters * Word stats displayed * Build fixed * Better rwd * Changelog updated * Updating playwright to check if it solves issue in CI microsoft/playwright#30368
Fixes problem with playwright on ubuntu 24.04: microsoft/playwright#30368
Fixes problem with playwright on ubuntu 24.04: microsoft/playwright#30368
The new version should support Ubuntu 24.04 in Github Actions microsoft/playwright#30368
The new version should support Ubuntu 24.04 in Github Actions microsoft/playwright#30368
I ended up on this thread when our browser tests were failing on GitHub Actions. Bumping playwright to 1.49 fixed the installation issues, but it seems now there's a Chromium issue:
I am not quite sure how to address this. |
The new version should support Ubuntu 24.04 in Github Actions microsoft/playwright#30368 Latest build: [extension-builds-3756](https://github.com/tahowallet/extension/suites/32386348469/artifacts/2356688184) (as of Mon, 23 Dec 2024 17:03:36 GMT).
I am able to run npx playwright test on the example tests generated in 24.04LTS - but Tests are failing for Webkit. Playwright version - 1.49.1 any solutions /workaround |
Fixes problem with playwright on ubuntu 24.04: microsoft/playwright#30368 Co-authored-by: Сидорук Сергій Віталійович <ssydoruk@alliancedigital.tech>
🚀 Feature Request
Ubuntu 24 will be released in this month, and the beta version is already release in 12th. (See https://wiki.ubuntu.com/Releases)
Hope playweight can add support once it release
Motivation
Cuurently when running
pnpm exec playwright install --with-deps
on Ubuntu 24.04, errors are thrownThe text was updated successfully, but these errors were encountered: