Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
- ci/scripts/util_checkout.sh was used to checkout submodules because actions/checkout@v2 has removed support for that, but they have restored it since.
- ci/scripts/util_cleanup.sh was used to free up disk space on github actions runners, because at that time it was limited to 7GB, from a recent run it looks like the linux runners now have 32GB free space so we can try to disable the cleanup step sparing almost a minute of build time
Attachments
Issue Links
- links to