-
Notifications
You must be signed in to change notification settings - Fork 107
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
object-detection-function
tests do not run on M1 macbook pro
#401
Comments
@dmfrey The dependencies have been updated with the latest snapshot. Please check if they make any difference. |
I will take a test drive @corneil as this was still broken for me as of yesterday. |
Failed w/ something else... [INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:50 min
[INFO] Finished at: 2023-01-12T16:00:21-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project object-detection-function: Error extracting protoc for version 3.11.4: Unsupported platform: protoc-3.11.4-osx-aarch_64.exe -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging. |
Found that I can add |
There's an open issue on the dependent project to provide support for the protoc-3.7.0-osx-aarch_64.exe:
os72/protoc-jar#93
The text was updated successfully, but these errors were encountered: