Skip to content
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

Support Firefox 135.0 and above #1294

Closed
MikeMcC399 opened this issue Feb 5, 2025 · 1 comment · Fixed by #1295
Closed

Support Firefox 135.0 and above #1294

MikeMcC399 opened this issue Feb 5, 2025 · 1 comment · Fixed by #1295
Assignees

Comments

@MikeMcC399
Copy link
Collaborator

What would you like?

Support using Firefox 135.0 and above for factory builds.

Why is this needed?

The cypress/factory process fails if FIREFOX_VERSION='135.0'.

The Firefox 135.0 release notes Feb 4, 2025, announce:

Linux binaries are now provided in XZ format, replacing the previous BZ2 format, offering faster unpacking and smaller file sizes.

linking to Announcing Faster, Lighter Firefox Downloads for Linux with .tar.xz Packaging!.

The Cypress factory process expects a *.tar.bz2 file and fails if this is missing, as is the case with Firefox 135.0:

&& wget --no-verbose -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/${1}/linux-x86_64/en-US/firefox-${1}.tar.bz2 \

Other

Compare the following two versions to see the removal of *.tar.bz2 and addition of *.tar.xz

https://download-installer.cdn.mozilla.net/pub/firefox/releases/134.0.2/linux-x86_64/en-US/

https://download-installer.cdn.mozilla.net/pub/firefox/releases/135.0/linux-x86_64/en-US/

@MikeMcC399
Copy link
Collaborator Author

MikeMcC399 commented Feb 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant