You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could always circumvent that with a bit of hackery, but... I would greatly appreciate if there could be an easy way to build the gemfolder hierarchy with a simple command like bundle exec rake build.
Could it be possible to either consider a NO_SIGN environment variable or some explicit instructions as to how best to do it without the hassle of either brittle hackery or the overhead of creating a key in a folder location that I consider my personal private space ?
Best.
P.S.: For now, using sed -i.bak '/spec.signing_key/s/^/#/' rb_sys.gemspec.
The text was updated successfully, but these errors were encountered:
Hi.
I'd like to build from source. A sort of personal hygiene.
I noticed the following in
gem/rb_sys.gemspec
:I could always circumvent that with a bit of hackery, but... I would greatly appreciate if there could be an easy way to build the
gem
folder hierarchy with a simple command likebundle exec rake build
.Could it be possible to either consider a
NO_SIGN
environment variable or some explicit instructions as to how best to do it without the hassle of either brittle hackery or the overhead of creating a key in a folder location that I consider my personal private space ?Best.
P.S.: For now, using
sed -i.bak '/spec.signing_key/s/^/#/' rb_sys.gemspec
.The text was updated successfully, but these errors were encountered: