From 119b45f3851abb02712ea15d9a0e55cf990aa451 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] WIP: revert 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