-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM creation is hella slow? #195
Comments
Hi Tim, Can you give us some numbers? Like
Our small tests don't take long. A plain play-application takes a few seconds. thanks, |
Cheers |
Which version of sbt? (There's a fun file-security based performance issue in sbt 0.13.1) |
Hi, had problems with slow rpm creation, too. Maybe disabling the optimizer brp-java-repack-jars will solve it. Redefine the RPM macro __os_install_post by adding the following to
Helpful link regarding repacking: http://swaeku.github.io/blog/2013/08/05/how-to-disable-brp-java-repack-jars-during-rpm-build/ Cheers |
Thanks @ytask ! I will test this option, too and if it works ( = doesn't break anything) we add an option to enable this behavior. If this works for all of you, we may enable it per default? |
I'm using SBT 0.13.1 @jsuereth - upgrade needed? |
Thanks for sharing. We will integrate this |
Fix #195 Adding rpmBrpJavaRepackJars setting
Hey guys,
So this is a somewhat strange issue, and im not sure if it can even be fixed, but the creation of RPMs is horridly slow; does anyone else see this? Perhaps this is just part of
rpmbuild
and its the way things are?If there is anything that can be done on the native packager side that would be awesome :-)
Cheers!
The text was updated successfully, but these errors were encountered: