simhadri-g commented on PR #4614: URL: https://github.com/apache/hive/pull/4614#issuecomment-1686419060
> Whenever we have a new release we create a new tag under rel e.g., https://github.com/apache/hive/tree/rel/release-4.0.0-beta-1. > > Can't we simply launch the workflow on rel/tag creation, build the project, and publish from there? We can. But there is one constraint with Github actions. One hive tar.gz is about ~450 MB and for linux/amd64 and arm64 we will need a total of almost 1 GB. But github free storage is only 1 GB as far as I am aware. Once we exceed the threshold it will affect other github actions as well and actions well fail. https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes I am not sure if Apache hive GitHub repo has special limits because of this, we decided to download the tars from the apache archive. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org