Skip to content
Snippets Groups Projects
Verified Commit 452cac3b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: workaround for testsuite lockups with MATLAB R2024a

By symlinking ~/.MathWorks to /dev/null, MATLAB is unable to copy and launch
the ServiceHost binary, which seems to cause lockups. See for example:
https://git.dynare.org/Dynare/dynare/-/jobs/62558
https://git.dynare.org/Dynare/dynare/-/jobs/62547

(cherry picked from commit 18131492)
parent 7529b47a
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,8 @@ pkg_macOS_arm64:
test_matlab:
stage: test
script:
# Workaround for R2024a, that prevents lockups apparently linked to the ServiceHost daemon
- rm -rf ~/.MathWorks && ln -s /dev/null ~/.MathWorks
- meson test -C build-matlab --no-rebuild --num-processes $(($(nproc) * 3 / 4))
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment