tremor-runtime icon indicating copy to clipboard operation
tremor-runtime copied to clipboard

enable rpm and deb creation during PRs

Open Licenser opened this issue 3 years ago • 0 comments

Describe the problem you are trying to solve

We currently can't create debs or RPSs during the PR pase as cargo-rpm and cargo-deb have bugs that prevent using non release profiles and we don't want to waste 30-45 minutes of compute on each push to a RP.

Describe the solution you'd like

Once the bugs are fixed we can remove skipping them

Notes Blocked on:

  • [ ] cargo-rpm https://github.com/iqlusioninc/cargo-rpm/issues/94
  • [ ] cargo-deb https://github.com/kornelski/cargo-deb/issues/34

Licenser avatar Jun 16 '22 11:06 Licenser