diff options
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 | ||
