From 42cf8a5f9218fd9e644d901dc53108daa183be5c Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 16 Jul 2018 15:06:00 +0530 Subject: testing: Fix the build environment The build environment for FB is vastly different from us. This change will match the config to what we use for our regression testing Change-Id: Ib3584a02dbffb75892f2cbeebcbf51cc3aff3eb6 Fixes: bz#1601390 Signed-off-by: Nigel Babu --- extras/distributed-testing/distributed-test-build-env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/distributed-testing/distributed-test-build-env b/extras/distributed-testing/distributed-test-build-env index 4046eee8b40..cd68ff717da 100644 --- a/extras/distributed-testing/distributed-test-build-env +++ b/extras/distributed-testing/distributed-test-build-env @@ -1,8 +1,7 @@ #!/bin/bash GF_CONF_OPTS="--localstatedir=/var --sysconfdir /var/lib --prefix /usr --libdir /usr/lib64 \ - --enable-fusermount --enable-mempool --enable-api --with-jemalloc\ - --disable-tiering --with-ipv6-default --enable-gnfs" + --enable-bd-xlator=yes --enable-debug --enable-gnfs" if [ -x /usr/lib/rpm/redhat/dist.sh ]; then REDHAT_MAJOR=$(/usr/lib/rpm/redhat/dist.sh --distnum) -- cgit