From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../deps/jemalloc/scripts/freebsd/before_script.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh (limited to 'examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh') diff --git a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh b/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh deleted file mode 100644 index 29406f6..0000000 --- a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/tcsh - -autoconf -# We don't perfectly track freebsd stdlib.h definitions. This is fine when -# we count as a system header, but breaks otherwise, like during these -# tests. -./configure --with-jemalloc-prefix=ci_ ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS -JE_NCPUS=`sysctl -n kern.smp.cpus` -gmake -j${JE_NCPUS} -gmake -j${JE_NCPUS} tests -- cgit v1.2.3