mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
45 stars 52 forks source link

Plugin does not work for Apple Silicon Mac agents #336

Open acampbel opened 5 days ago

acampbel commented 5 days ago

It seems as though we have a hardcoded maci64 in the MATLAB launcher code. Using an Apple Silicon agent violates that assumption.

nbhoski commented 4 days ago

Is this same as #328

sameagen-MW commented 4 days ago

I think so. Andy can you confirm whether you were using a public release of the plugin and not something that you built from the dev_main trunk branch?