microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
295 stars 80 forks source link

Disable c++ tests on iOS build targeting iOS < 13. #659

Closed skottmckay closed 4 months ago

skottmckay commented 4 months ago

Unit test helper uses std::filesystem which isn't available until iOS 13. #648 changed the default to enable tests.

Nuget packaging pipeline is failing due to this.