Revert "LAVA: use verbose mode for vlttng"
[lttng-ci.git] / scripts / liburcu / build.sh
index 6b0298ae8ba9ad676eb8f8ad135a9d64f11f826f..7afb07f6e4e0d09587759b0ad592ae091fdf58e8 100755 (executable)
@@ -103,8 +103,6 @@ sol11-i386)
     export MAKE=gmake
     export TAR=gtar
     export NPROC=nproc
-    export BISON="/opt/csw/bin/bison"
-    export YACC="$BISON -y"
     export PATH="$PATH:/usr/perl5/bin"
     #export LD_ALTEXEC=/usr/sfw/bin/gld
     #export LD=/usr/sfw/bin/gld
@@ -157,6 +155,11 @@ debug-rcu)
     else
        export CFLAGS="$CFLAGS -DDEBUG_RCU"
     fi
+
+    echo "Enable iterator sanity validator"
+    if vergte "$PACKAGE_VERSION" "0.11"; then
+       CONF_OPTS+=" --enable-cds-lfht-iter-debug"
+    fi
     ;;
 
 *)
This page took 0.026097 seconds and 4 git commands to generate.