Joe George
Joe George
This was partially added in #1835, bf991f4f7604869517f9211f18a6048239521551, and ebd8d1487c9dd480e37227ca7ed04c6b0948b490. Right now, it's not possible to run the Matlab command directly from the command line. See https://github.com/matlab-actions/run-command/issues/53
Currently we build on Linux and Windows, but only test on Linux. For some reason that's not obvious, the `run-matlab-command.exe` tool for Windows complains that MATLAB is not in the...
Temporary workaround ``` CFLAGS='-Wno-implicit-function-declaration' python3 -m pip install zeroc-ice ```
We should also check the npm slice2js build.
We also got an failure in `Ice/operations` in CI, probably related https://github.com/zeroc-ice/ice/actions/runs/7790569493/job/21244716190 ``` client/amd server [wss]: python.Ice.operations Traceback (most recent call last): File "/Users/runner/work/ice/ice/scripts/Util.py", line 1543, in stop process.waitSuccess(exitstatus=exitstatus, timeout=30)...
Thanks @mcafaro, we'll probably try this workaround for now!
Once this is fixed we also need to do: https://github.com/zeroc-ice/ice/pull/2087#pullrequestreview-2031264169
I think it's good to have and we should use it where we can.
I think I would just lave them as they are and not pass SNI for macOS/iOS.
I can reproduce this locally, but it seems to only happen when my system is under load. To encourage the crash, I've been using `stress`: ``` brew install stress stress...