opencvsharp icon indicating copy to clipboard operation
opencvsharp copied to clipboard

Adds GitHub Actions support for arm64

Open mscottford opened this issue 1 year ago • 6 comments

This is based on shimat/opencvsharp#1680.

mscottford avatar Jul 17 '24 22:07 mscottford

The action appears to be failing when run from my fork. I'll continue to work on it. https://github.com/mscottford/opencvsharp/actions/

mscottford avatar Jul 18 '24 14:07 mscottford

Looks like it's failing in the official build too. But that could be because the ARM packages are not being pulled in.

mscottford avatar Jul 18 '24 14:07 mscottford

Build failures appeared to be caused by a change from #1680. The dependency list for x86 builds was modified. After reverting that change in 9dc6040, builds are successfully running on my fork. https://github.com/mscottford/opencvsharp/actions/runs/10083311497/job/27879600508

mscottford avatar Jul 24 '24 20:07 mscottford

There are still some issues with this that I'm working through.

  • [x] The OpenCvSharp4.runtime.win package is missing the arm64 native binaries
  • [x] The tesseract_files does not include arm64-windows-static
  • [x] The .sln file is not configured to build OpenCvSharpExtern.vcxproj for Release|ARM64

I'm working on commits for these, and I'll end up creating another pull request for the tesseract_files.

mscottford avatar Jul 26 '24 16:07 mscottford

Sorry for the delay https://github.com/shimat/tesseract_vcpkg/releases/tag/2024.08.19

shimat avatar Aug 19 '24 03:08 shimat

The fork that I created which includes these changes appears to be working.

mscottford avatar Sep 13 '24 14:09 mscottford

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]