tremor-runtime
tremor-runtime copied to clipboard
enable rpm and deb creation during PRs
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