Skip to content
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

ORT 1.19 Release: Cherry-Pick Round 1 #789

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

prathikr
Copy link
Contributor

Cherry-pick PRs for ORT 1.19 release

* Update macosx framework packaging to follow apple guidelines

* Test path fix

* Update tools/ci_build/extract_nuget_files.ps1

---------
@prathikr prathikr requested a review from a team as a code owner August 13, 2024 01:18
@prathikr prathikr changed the title Update macosx framework packaging to follow apple guidelines (#776) ORT 1.19 Release: Cherry-Pick Round 1 Aug 13, 2024
@@ -77,12 +74,12 @@ def do_build_by_mode(

jnilib_names = ["libortextensions.so", "libonnxruntime_extensions4j_jni.so"]
for jnilib_name in jnilib_names:
shutil.copyfile(build_dir / config / "java" / "android" / abi / jnilib_name, jnilibs_dir / jnilib_name)
shutil.copyfile(build_dir / config / "lib" / jnilib_name, jnilibs_dir / jnilib_name)
Copy link
Contributor

Choose a reason for hiding this comment

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

No clear that we want this change to the path. Something changed in the main CI that required it (possibly the gradle version of the image being used to build but we haven't had time to figure out what it was), but the 0.19 branch was still passing without it.

could try with it first to keep the cherry pick clean and undo if needed.

@prathikr prathikr merged commit b27fbbe into rel-0.19 Aug 13, 2024
46 checks passed
@prathikr prathikr deleted the prathikrao/cherry-pick-round1 branch August 13, 2024 16:38
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.

3 participants