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

Calling Kotlin scripts in GitHub Actions is slow #1092

Open
krzema12 opened this issue Nov 11, 2023 · 2 comments
Open

Calling Kotlin scripts in GitHub Actions is slow #1092

krzema12 opened this issue Nov 11, 2023 · 2 comments
Labels
problem Not really a bug, but something isn't right.

Comments

@krzema12
Copy link
Member

Screenshot_2023-11-11-08-23-42-745_com android chrome-edit

Not clear what takes such long? Is it compilation? Let's check it.

@krzema12 krzema12 added the problem Not really a bug, but something isn't right. label Nov 11, 2023
@krzema12
Copy link
Member Author

https://github.com/typesafegithub/github-workflows-kt/actions/runs/6833343985/job/18585004676

A trivial Kotlin script:

#!/usr/bin/env kotlin
println("Hello from Kotlin!")

took 13 seconds to run.

@krzema12
Copy link
Member Author

Asked for help on Kotlin Slack: https://kotlinlang.slack.com/archives/C0BT46EL8/p1699694112647249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Not really a bug, but something isn't right.
Projects
None yet
Development

No branches or pull requests

1 participant