-
Notifications
You must be signed in to change notification settings - Fork 346
Fix scalacOptions #818
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
Fix scalacOptions #818
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #818 +/- ##
===========================================
+ Coverage 89.33% 89.49% +0.15%
===========================================
Files 116 116
Lines 9164 9164
Branches 383 383
===========================================
+ Hits 8187 8201 +14
+ Misses 977 963 -14
Continue to review full report at Codecov.
|
oh man... good catch... yeah, I will do a release tomorrow. |
Thanks @johnynek 🙏 |
I just spent some time on trying to publish.... after churning for quite a while it failed saying this machine has no GPG key. I thought I had published from this machine before.... now I'll go back into debug mode... I hope to have it solved today. |
https://github.com/twitter/algebird/releases/tag/v0.13.7 seems to have worked with a machine that had an existing gpg key (I wish the plugin could test that before doing a ton of work). Just did Thanks to you and @nevillelyh fixing up the sbt release script. |
Ahah that's good news! 👍 glad you got it working. Don't know if it's of interest but i have a simple Github Actions workflow that allow to publish a release on tag vX.X.X. It only requires adding a few secrets in the repo settings. If this is something you would want to explore let me know 👍 We can have it publish signed snapshots on merge to master as well ... that way we also now that signing always works. |
yeah, that sounds interesting for sure, then anyone who can push to master/merge can effectively publish (so, that would include you guys right?) It would also be probably worth it to migrate CI wholesale to github actions... |
correct. Ok I'll propose something soon. |
-optimize
behaves differently (more agressive) for scala >=2.12 and we were applying it for 2.13 builds.inline optimization is still kept for >=2.12 but it's only from algebird packages.