JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.04k stars 614 forks source link

ci: make build space cleanup faster #369

Closed shyim closed 1 year ago

shyim commented 1 year ago

Before: 1minute 13s After: ~7s

hsz commented 1 year ago

What kind of sorcery is that?

shyim commented 1 year ago

See https://unix.stackexchange.com/a/79656 :)

hsz commented 1 year ago

What is interesting, it took 2m to execute that task: https://github.com/JetBrains/intellij-platform-plugin-template/actions/runs/5104089990/jobs/9239796367

hsz commented 1 year ago

I've tested that solution in other repositories, and it isn't stable. Rarely it takes ~10s, but for most cases, it takes ~2m. Given the more complicated syntax of the proposed solution, I'll stick to the current one. Anyways, thanks for contributing!