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

Closed
opened 2026-02-16 18:18:52 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12097

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12097 **State:** closed **Merged:** Yes --- ### 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~** <img width="1382" height="420" alt="image" src="https://github.com/user-attachments/assets/00a35211-b0dc-4e93-ae7c-dcfe2fa00dc5" /> <img width="1201" height="176" alt="image" src="https://github.com/user-attachments/assets/43d10621-0bcd-4c69-a59d-805bfd15b4e6" /> ### How did you verify your code works? *After:* <img width="861" height="212" alt="image" src="https://github.com/user-attachments/assets/945e83e4-f72f-44ae-a836-59627b4c5e0b" />
yindo added the pull-request label 2026-02-16 18:18:52 -05:00
yindo closed this issue 2026-02-16 18:18:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14064