[Java][Python][TypeScript] Optional macOS release binaries - #735
Open
teodordelibasic-db wants to merge 1 commit into
Open
[Java][Python][TypeScript] Optional macOS release binaries#735teodordelibasic-db wants to merge 1 commit into
teodordelibasic-db wants to merge 1 commit into
Conversation
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
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.
What changes are proposed in this pull request?
WHAT: Two related release-tooling changes.
central-publishing-maven-pluginfrom 0.5.0 to 0.11.0 injava/pom.xml. 0.5.0 crashes while polling Maven Central Portal after a successful upload because the Portal status response now includes awarningsfield the old plugin cannot parse.macos-binaries-releaseinput to the Java, JNI, Python, and TypeScript builder workflows. When set, the workflow downloads laptop-built macOS artifacts from that GitHub Release and uploads them alongside the CI-built linux/windows artifacts. Leave the input empty to skip macOS, which is the default.WHY: There are no macOS CI runners, so Apple binaries have to be built on a laptop and attached to a (draft) GitHub Release before the builder runs. The Java publisher job has also been going red on every recent release after the bundle was already uploaded, because of the 0.5.0 plugin parse error.
How is this tested?
Not tested. The plugin bump is a version pin; the new workflow jobs only run when
macos-binaries-releaseis set, which is not exercised by pull-request CI.