-
Notifications
You must be signed in to change notification settings - Fork 380
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
Add Chromium to factory build process #1191
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I built a custom cypress docker image with both Chromium and Firefox installed to execute Cypress tests on a Macbook Pro M3 Max. Both install and execute tests without issue. Why is this still an open issue? |
This is an enhancement request to add Chromium to the build process for
|
The cypress/factory build process is based on defining a version argument which is used to download and install the selected component. Chromium works with revisions / branch base positions rather than versions, so for instance Chromium Linux Version I can find the Chromium Linux x64 download equivalent for this on however so far I have not been able to locate an equivalent download for Linux arm64. The Debian Chromium package If anybody has additional information about whether there is a download location available for current versions of Chromium Linux arm64 allowing selection of specific Branch Base Position, it would be very helpful to learn about it here! |
@MikeMcC399 Perhaps here https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_ARM_Cross-Compile/ ? |
Thanks for taking an interest! Unfortunately that directory has not been updated during the last 10 years and is therefore no longer useful. The latest revision in the directory https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_ARM_Cross-Compile/ is The current stable revision of Chromium is I modified my request to specify "current versions of Chromium Linux arm64", to make it clearer. |
What would you like?
Add Chromium to the
factory
build process described in the cypress/factory README document.Why is this needed?
Linux/amd64
andLinux/arm64
architectures.Other
Follows on from issue Add Arm browsers to
linux/arm64
Docker images #695See Download Chromium for detailed information.
Chromium is also available from Debian as a Chromium package.
The text was updated successfully, but these errors were encountered: