summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/fedora-smoke.sh
diff options
context:
space:
mode:
authorDeepshikha khandelwal <dkhandel@redhat.com>2019-05-02 11:35:29 +0530
committerDeepshikha khandelwal <dkhandel@redhat.com>2019-05-02 11:35:29 +0530
commitc3c38c9fe1d7cda2e58128f0cf4121621e09b7df (patch)
treedb4f51ad9214f39f4b6aeea81673bb851889187a /build-gluster-org/scripts/fedora-smoke.sh
parent047263cc459fddfe53f3e8958aa0ea9fec48eceb (diff)
parent56d6b135fa3e7145ac87ffffd9ce656ee0b905b1 (diff)
Merge branch 'master' of ssh://review.gluster.org/build-jobs
Change-Id: I4904745ad09dc306de0a1b9ecba6d409552a94c3
Diffstat (limited to 'build-gluster-org/scripts/fedora-smoke.sh')
-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 7f85d3d..b24b939 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 \
- --disable-bd-xlator --enable-debug --enable-gnfs --silent
+ --enable-debug --enable-gnfs --silent
make CFLAGS="-Wall -Werror -Wno-cpp" -j ${nproc};