Try to make ci-release cross build work#679
Merged
johanandren merged 5 commits intolightbend:mainfrom Apr 13, 2026
Merged
Conversation
mkurz
commented
Apr 13, 2026
cfa8ab5 to
a23dce9
Compare
mkurz
commented
Apr 13, 2026
| - env: | ||
| PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} | ||
| SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} | ||
| CI_RELEASE: ;^ core/publishSigned ;^ testkit/publishSigned ;^ plugin/publishSigned ;^ themePlugin/publishSigned ; genericTheme/publishSigned |
Contributor
Author
There was a problem hiding this comment.
Lets see if just removing this var fixes things. I never set that myself, I think ci-release knows what to do from how the sbt project is set up (aggregates etc)
johanandren
approved these changes
Apr 13, 2026
Contributor
johanandren
left a comment
There was a problem hiding this comment.
Let's give this a shot
Contributor
Author
|
green! |
Contributor
Author
|
@johanandren It is working! 🎉 |
Contributor
Author
Contributor
|
No, thank you, for getting the build into shape! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also test java 21 and 25not possible because of Parboiled can not read Java 21+ bytecode...mainbranchsbt-ci-releaseknow what to do whenCI_RELEASEis gone@johanandren If for this repo snapshots are enabled in https://central.sonatype.com after merge a snapshot should be published so you do not need to tag it for now and we can just check the snapshot instead.