Skip to content

Fix Firefox Nightly download: tar.bz2 → tar.xz - #17

Merged
kblok merged 1 commit into
mainfrom
fix/firefox-nightly-xz-and-net10
Feb 13, 2026
Merged

Fix Firefox Nightly download: tar.bz2 → tar.xz#17
kblok merged 1 commit into
mainfrom
fix/firefox-nightly-xz-and-net10

Conversation

@kblok

@kblok kblok commented Feb 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Mozilla switched the Linux nightly archive format from bzip2 (.tar.bz2) to xz (.tar.xz)
  • Updated FirefoxNightlyFetcher file extension from .tar.bz2 to .tar.xz
  • Changed tar xjf (bzip2) to tar xJf (xz) extraction flag

This fixes the AotSmokeTestPassesWithFirefox CI failure:

bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2

🤖 Generated with Claude Code

Mozilla switched the Linux nightly archive format from bzip2 to xz.
Updated the fetcher to use .tar.xz extension and tar xJf (xz flag)
instead of tar xjf (bzip2 flag).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kblok
kblok merged commit 0bf0cd7 into main Feb 13, 2026
1 check passed
@kblok
kblok deleted the fix/firefox-nightly-xz-and-net10 branch February 13, 2026 01:43
@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 21971348088

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.163%

Totals Coverage Status
Change from base Build 21960917645: 0.0%
Covered Lines: 4318
Relevant Lines: 4360

💛 - Coveralls

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants