Skip to content
Snippets Groups Projects
Verified Commit 18131492 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
parent 1f2c9076
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,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