summaryrefslogtreecommitdiff
path: root/other/travis/env-freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/env-freebsd.sh')
-rw-r--r--other/travis/env-freebsd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/other/travis/env-freebsd.sh b/other/travis/env-freebsd.sh
index f9aa0cbf..882e9da5 100644
--- a/other/travis/env-freebsd.sh
+++ b/other/travis/env-freebsd.sh
@@ -1,9 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3CMAKE=cmake 3CMAKE=cmake
4# Asan is disabled because it's currently broken in FreeBSD 11.
5# We should try enabling it in the next FreeBSD release and see if it works.
6CMAKE_EXTRA_FLAGS="$CMAKE_EXTRA_FLAGS -DASAN=OFF"
7NPROC=`nproc` 4NPROC=`nproc`
8CURDIR=/root 5CURDIR=/root
9RUN_TESTS=true 6RUN_TESTS=true