From dca2454e34137dbaee19cef88fba75a810a147a2 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 23 Aug 2018 15:20:32 +0530 Subject: fedora-smoke: remove bd xlator from the build So that the gcc8 based builds complete successfully, and we are proposing for removing bd xlator anyways Change-Id: Idbe0eb2b5271d8b617350ddf030511398289508c Signed-off-by: Amar Tumballi --- build-gluster-org/scripts/fedora-smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-gluster-org/scripts/fedora-smoke.sh b/build-gluster-org/scripts/fedora-smoke.sh index 2c18ef8..7f85d3d 100644 --- a/build-gluster-org/scripts/fedora-smoke.sh +++ b/build-gluster-org/scripts/fedora-smoke.sh @@ -13,5 +13,5 @@ cd $P/scratch; rm -rf $P/install; $SRC/configure --prefix=$P/install --with-mountutildir=$P/install/sbin \ --with-initdir=$P/install/etc --localstatedir=/var \ - --enable-bd-xlator=yes --enable-debug --enable-gnfs --silent + --disable-bd-xlator --enable-debug --enable-gnfs --silent make CFLAGS="-Wall -Werror -Wno-cpp" -j ${nproc}; -- cgit