From c1b068959d4c064ecd1a4edbe1aa02cdce05be06 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.

(cherry picked from commit 1d5f79c8c27dc3a036861cc6a1bc770f88995605)
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3078e4446..1e874dc7af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,8 +143,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