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 <nigelb@redhat.com>
This commit is contained in:
Nigel Babu 2018-07-16 15:06:00 +05:30
parent 762dff25c4
commit 42cf8a5f92

View File

@ -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)