aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:52:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:52:54 +0100
commitdcacc00e3750300617ba6e16eb346713f91a783a (patch)
tree38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh
parent58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff)
downloadcrep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz
Remove testing data
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh')
-rw-r--r--examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_script.sh10
1 files changed, 0 insertions, 10 deletions
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 @@
1#!/bin/tcsh
2
3autoconf
4# We don't perfectly track freebsd stdlib.h definitions. This is fine when
5# we count as a system header, but breaks otherwise, like during these
6# tests.
7./configure --with-jemalloc-prefix=ci_ ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS"} $CONFIGURE_FLAGS
8JE_NCPUS=`sysctl -n kern.smp.cpus`
9gmake -j${JE_NCPUS}
10gmake -j${JE_NCPUS} tests