Skip to content
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

sbt packageZipTarball is slower than sbt dist #1182

Closed
ikr0m opened this issue Dec 18, 2018 · 2 comments
Closed

sbt packageZipTarball is slower than sbt dist #1182

ikr0m opened this issue Dec 18, 2018 · 2 comments
Labels
universal Zip, tar.gz, tgz and bash issues

Comments

@ikr0m
Copy link

ikr0m commented Dec 18, 2018

Expected behaviour

sbt packageZipTarball should finish its job almost same time as sbt dist

Actual behaviour

sbt packageZipTarball is 3 times slower than sbt dist
sbt dist takes 13 seconds, sbt packageZipTarball takes around 40 seconds.

Information

Checked with sbt 1.1.0 and sbt 1.2.7
Checked on Kubuntu 16.04, centos 7
I run these commands from terminal.

sbt universal:packageZipTarball
sbt dist

@ikr0m
Copy link
Author

ikr0m commented Dec 18, 2018

My project has 3 subprojects. I use playframework 2.6 and scala 2.12.7

@kardapoltsev
Copy link
Member

Could you post logs somewhere please? Do both commands run for each project?

@kardapoltsev kardapoltsev added the universal Zip, tar.gz, tgz and bash issues label Dec 18, 2018
@muuki88 muuki88 closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
universal Zip, tar.gz, tgz and bash issues
Projects
None yet
Development

No branches or pull requests

3 participants