Commit a6a936b1 authored by Leif Walsh's avatar Leif Walsh

remove gcc 4.7 artifacts from nightly scripts

parent 77fb45af
...@@ -12,7 +12,7 @@ cd $tokudbdir ...@@ -12,7 +12,7 @@ cd $tokudbdir
if [ ! -d build ] ; then if [ ! -d build ] ; then
mkdir build mkdir build
pushd build pushd build
CC=gcc47 CXX=g++47 cmake \ cmake \
-D CMAKE_BUILD_TYPE=Debug \ -D CMAKE_BUILD_TYPE=Debug \
-D USE_VALGRIND=ON \ -D USE_VALGRIND=ON \
-D TOKU_DEBUG_PARANOID=ON \ -D TOKU_DEBUG_PARANOID=ON \
......
...@@ -12,7 +12,7 @@ cd $tokudbdir ...@@ -12,7 +12,7 @@ cd $tokudbdir
if [ ! -d build ] ; then if [ ! -d build ] ; then
mkdir build mkdir build
pushd build pushd build
CC=gcc47 CXX=g++47 cmake \ cmake \
-D CMAKE_BUILD_TYPE=drd \ -D CMAKE_BUILD_TYPE=drd \
-D USE_VALGRIND=ON \ -D USE_VALGRIND=ON \
-D TOKU_DEBUG_PARANOID=ON \ -D TOKU_DEBUG_PARANOID=ON \
......
...@@ -12,7 +12,7 @@ cd $tokudbdir ...@@ -12,7 +12,7 @@ cd $tokudbdir
if [ ! -d build ] ; then if [ ! -d build ] ; then
mkdir build mkdir build
pushd build pushd build
CC=gcc47 CXX=g++47 cmake \ cmake \
-D CMAKE_BUILD_TYPE=Release \ -D CMAKE_BUILD_TYPE=Release \
-D USE_VALGRIND=ON \ -D USE_VALGRIND=ON \
-D TOKU_DEBUG_PARANOID=OFF \ -D TOKU_DEBUG_PARANOID=OFF \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment