diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/deps/jemalloc/scripts/freebsd | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/scripts/freebsd')
3 files changed, 0 insertions, 16 deletions
diff --git a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_install.sh b/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_install.sh deleted file mode 100644 index f2bee32..0000000 --- a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/before_install.sh +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/tcsh | ||
| 2 | |||
| 3 | su -m root -c 'pkg install -y git' | ||
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 | |||
| 3 | autoconf | ||
| 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 | ||
| 8 | JE_NCPUS=`sysctl -n kern.smp.cpus` | ||
| 9 | gmake -j${JE_NCPUS} | ||
| 10 | gmake -j${JE_NCPUS} tests | ||
diff --git a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/script.sh b/examples/redis-unstable/deps/jemalloc/scripts/freebsd/script.sh deleted file mode 100644 index d9c53a2..0000000 --- a/examples/redis-unstable/deps/jemalloc/scripts/freebsd/script.sh +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/tcsh | ||
| 2 | |||
| 3 | gmake check | ||
