PR validation failures on Mac M1
Tests on M1 that require loading native binaries built in the repo are failing with
System.DllNotFoundException : Unable to load shared library 'LdaNative' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(libLdaNative, 1): image not found
System.DllNotFoundException : Unable to load shared library 'MatrixFactorizationNative' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(libMatrixFactorizationNative, 1): image not found
These are not being reported as failures because we're ignoring failures on M1 right now: https://github.com/dotnet/machinelearning/blob/17c061acd1cc87a84b9a821ff95f235d836a3737/build/ci/job-template.yml#L169-L171
We should fix this issue and remove this continueOnError setting.
@michaelgsharp will this be addressed with https://github.com/dotnet/machinelearning/pull/7282?