Skip to content

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

Merged
adamdotdevin merged 1 commit into
anomalyco: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 into
anomalyco:devfrom
goniz:fix/tauri-rpm-slow

Conversation

@goniz

@goniz goniz commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

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

No duplicate PRs found

@jaenw

jaenw commented Feb 4, 2026

Copy link
Copy Markdown

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

@goniz

goniz commented Feb 4, 2026

Copy link
Copy Markdown
Contributor Author

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
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 2026
AIALRA-0 pushed a commit to AIALRA-0/opencode-turn-engine that referenced this pull request Jun 10, 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