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

CI: remove workaround for MATLAB R2024a

The problem has apparently been fixed in some update to R2024a.

This is a revert of commit 18131492.
parent 69293e97
No related branches found
No related tags found
No related merge requests found
......@@ -145,8 +145,6 @@ 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