-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Release] Add support for releasing .jar including JNI binaries #500
Comments
I considered how to implement this. There is a suggestion that we can use reusable workflow. But I want to merge If we use the source archive used for RC and we're ready for Reproducible Builds, we'll be able to sign automatically. @lidavidm What do you think about this idea? |
I guess we're running |
Correct!
Thanks! |
…binaries Fixes apacheGH-500. Merge `test_jni.yml` to `rc.yml` so that .jar including JNI binaries can be released. ccache support is also enabled for fast CI.
…binaries Fixes apacheGH-500. Merge `test_jni.yml` to `rc.yml` so that .jar including JNI binaries can be released. ccache support is also enabled for fast CI.
…binaries Fixes apacheGH-500. Merge `test_jni.yml` to `rc.yml` so that .jar including JNI binaries can be released. ccache support is also enabled for fast CI.
…binaries Fixes apacheGH-500. Merge `test_jni.yml` to `rc.yml` so that .jar including JNI binaries can be released. ccache support is also enabled for fast CI.
…binaries Fixes apacheGH-500. Merge `test_jni.yml` to `rc.yml` so that .jar including JNI binaries can be released. ccache support is also enabled for fast CI.
Done. |
Describe the enhancement requested
This is a follow-up task of GH-20/GH-496.
See also: #496 (comment)
The text was updated successfully, but these errors were encountered: