-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add flag for release candidates gem #85
Conversation
After this merge and build I will:
|
Co-authored-by: Julien Marrec <[email protected]>
I don't follow why this is needed. What issue is openstudio-server having? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is a release candidate gem on rubygems, just comment out the git:
attribute in the normal section
https://rubygems.org/gems/openstudio-standards has 0.6.0-rc2 so all good
THere is no point adding another env var and this complexity.
I suggest just deleting the PR... and use #87
The 5GB size is crashing CI; disk out of space |
Tested with:
export RC_RELEASE=TRUE
the Gemfile will installopenstudio-standards
from rubygem.orgexport FINAL_PACKAGE=TRUE
the Gemfile will try to install the gem packages from rubgem.orgWHY:
If we use Gemfile to fetch the gem from github, it will fetch all codebase even if we points to
ref:
. In most of the gems it's fine but openstudio-standards' release is only ~500 MB but the code base is ~5GB.Which cause the issue in Openstudio-server.