summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-08-23 15:20:32 +0530
committerAmar Tumballi <amarts@redhat.com>2018-08-27 04:52:32 +0000
commitdca2454e34137dbaee19cef88fba75a810a147a2 (patch)
tree56cd44bf15989ddc47b6f7ad0b955a20478c2620
parentf5db035f35b9fbf03b66b160ad0efb41739e19c2 (diff)
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 <amarts@redhat.com>
-rw-r--r--build-gluster-org/scripts/fedora-smoke.sh2
1 files changed, 1 insertions, 1 deletions
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};