From b01966bbe69b0bbb291e72428ae140623033dece Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 14 Jan 2025 13:23:04 -0600
Subject: [PATCH] Do not use jemalloc for now

---
 ci-support.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci-support.sh b/ci-support.sh
index a281c7f..bfa441e 100644
--- a/ci-support.sh
+++ b/ci-support.sh
@@ -486,11 +486,11 @@ test_py_project()
 
   CONDA_JEMALLOC="$CONDA_PREFIX/lib/libjemalloc.so.2"
   if test "$CONDA_PREFIX" != "" && test -f "$CONDA_JEMALLOC"; then
-    echo "*** running with $CONDA_JEMALLOC in LD_PRELOAD"
-    CI_SUPPORT_LD_PRELOAD="$CONDA_JEMALLOC"
-  else
-    CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD"
+    # echo "*** running with $CONDA_JEMALLOC in LD_PRELOAD"
+    # CI_SUPPORT_LD_PRELOAD="$CONDA_JEMALLOC"
+    echo "*** $CONDA_JEMALLOC installed, skipping because of crashes observed in January 2025"
   fi
+  CI_SUPPORT_LD_PRELOAD="$LD_PRELOAD"
 
   # Core dumps? Sure, take them.
   ulimit -c unlimited || true
-- 
GitLab