Skip to content

fix(desktop): removed compression from rpm bundle to save 15m in CI#12097

Merged
adamdotdevin merged 1 commit intoanomalyco:devfrom
goniz:fix/tauri-rpm-slow
Feb 4, 2026
Merged

fix(desktop): removed compression from rpm bundle to save 15m in CI#12097
adamdotdevin merged 1 commit intoanomalyco:devfrom
goniz:fix/tauri-rpm-slow

Conversation

@goniz
Copy link
Contributor

@goniz goniz commented Feb 4, 2026

What does this PR do?

The RPM artifact generation in the Desktop app (tauri) uses slow compression impl that takes 15-20 minutes to build.
This PR disables compression for RPM bundle which makes it fast.

Only one caveat: now the RPM weights 200MB~ instead of 90MB~

image image

How did you verify your code works?

After:
image

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@jaenw
Copy link

jaenw commented Feb 4, 2026

would be better to just use a faster compression method (I guess gzip for maximum compatibility)

@goniz
Copy link
Contributor Author

goniz commented Feb 4, 2026

would be better to just use a faster compression method (I guess gzip for maximum compatibility)

I've tried all the supported compression methods, at the lowest compression level and it's still single threaded and super slow.

@adamdotdevin adamdotdevin merged commit 2e8d8de into anomalyco:dev Feb 4, 2026
7 checks passed
mvclaudianobj pushed a commit to mvclaudianobj/markscode that referenced this pull request Feb 4, 2026
01luyicheng pushed a commit to 01luyicheng/opencode that referenced this pull request Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants