Skip to content

Conversation

vinaykpud
Copy link
Contributor

Description

[Describe what this change achieves]

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
@vinaykpud vinaykpud requested a review from a team as a code owner October 8, 2025 21:28
@vinaykpud vinaykpud changed the title Fixed the path from which copy jnilib [FeatureBranch] Fixed the path from which copy jnilib Oct 8, 2025
Copy link
Contributor

github-actions bot commented Oct 8, 2025

❌ Gradle check result for 4893414: null

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

tasks.register('copyNativeLib', Copy) {
dependsOn buildRust
from "src/main/rust/target/release"
from "jni/target/debug"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it not be release build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants