From 1d5f79c8c27dc3a036861cc6a1bc770f88995605 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 12 Sep 2024 10:39:49 +0200
Subject: [PATCH] CI: remove workaround for MATLAB R2024a

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

This is a revert of commit 18131492da1fece875707d7787549f3f9cf7783c.
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dd1e14be..dd335080f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab