Skip to content
Snippets Groups Projects
Verified Commit c1b06895 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.

(cherry picked from commit 1d5f79c8)
parent 1348fe61
Branches
No related tags found
No related merge requests found
...@@ -143,8 +143,6 @@ pkg_macOS_arm64: ...@@ -143,8 +143,6 @@ pkg_macOS_arm64:
test_matlab: test_matlab:
stage: test stage: test
script: 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)) - meson test -C build-matlab --no-rebuild --num-processes $(($(nproc) * 3 / 4))
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment