-
Notifications
You must be signed in to change notification settings - Fork 279
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
[Enhancement] Properly lock docker ci images chromium version #4459
[Enhancement] Properly lock docker ci images chromium version #4459
Comments
Have confirmed that this is an outdated package and the version is not chromium version but rather the package version itself and is only having an older version of chromium: |
Try to directly feed an external electron to cypress, and cypress does not like it:
|
Will fork the download-chromium repo and make some changes so it will run on other platforms. |
Seems like the official chromium snapshots repo is not maintained since 2018: |
Thank of using thorium to replace chromium: |
More snapshots: |
This seems better: |
Seems like the best way for now:
https://www.chromium.org/getting-involved/download-chromium/ |
Runs well:
|
There are follow up issues with this approach, seems like there are libs missing which caused:
|
Apparently
|
Chromium 124 stuck on the 4/4 steps of customImportMapDashboards, try out Chromium 112 (r1108766). |
Chromium 112: Linux:
Windows:
|
Seems like puppeteer/browser is still downloading x64 version for arm64:
|
Seems like it has been an issue since 2021: My issues: |
Seems like a proper solution right here: |
https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v19.8.0 feat(chromium): roll to r1057 (microsoft/playwright#22093) Use Playwright version: |
|
** Update: https://playwright.azureedge.net/builds/chromium/1055/chromium-linux-arm64.zip /home/<>/.cache/ms-playwright/chromium-1055/chrome-linux-arm64/chrome |
More changes to the scripts of installing chromium versions on different OSes. |
New setup:
|
Hi,
Starting from here:
Thanks.
PRs:
The text was updated successfully, but these errors were encountered: