Closed csukuangfj closed 9 months ago
Apparently, the GitHub actions are automatically executed at every onnxruntime release. However, the builds for win-x64 fail for quite a while now with following error:
D:\a\onnxruntime-build\onnxruntime-build\onnxruntime\onnxruntime\core\platform\windows\stacktrace.cc(13,10): fatal error C1083: Cannot open include file: 'stacktrace': No such file or directory [D:\a\onnxruntime-build\onnxruntime-build\build\static_lib\onnxruntime\onnxruntime_common.vcxproj]
Apparently, the GitHub actions are automatically executed at every onnxruntime release. However, the builds for win-x64 fail for quite a while now with following error:
D:\a\onnxruntime-build\onnxruntime-build\onnxruntime\onnxruntime\core\platform\windows\stacktrace.cc(13,10): fatal error C1083: Cannot open include file: 'stacktrace': No such file or directory [D:\a\onnxruntime-build\onnxruntime-build\build\static_lib\onnxruntime\onnxruntime_common.vcxproj]
It has been fixed in my fork.
Will you make a pull request into this repo?
It is fixed now. Sorry for the late response.
https://github.com/microsoft/onnxruntime/releases/tag/v1.16.0 is out. Could you trigger the github actions to build it?