Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a6a936b1
Commit
a6a936b1
authored
Jul 07, 2014
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove gcc 4.7 artifacts from nightly scripts
parent
77fb45af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/run-nightly-coverage-tests.bash
scripts/run-nightly-coverage-tests.bash
+1
-1
scripts/run-nightly-drd-tests.bash
scripts/run-nightly-drd-tests.bash
+1
-1
scripts/run-nightly-release-tests.bash
scripts/run-nightly-release-tests.bash
+1
-1
No files found.
scripts/run-nightly-coverage-tests.bash
View file @
a6a936b1
...
...
@@ -12,7 +12,7 @@ cd $tokudbdir
if
[
!
-d
build
]
;
then
mkdir
build
pushd
build
CC
=
gcc47
CXX
=
g++47
cmake
\
cmake
\
-D
CMAKE_BUILD_TYPE
=
Debug
\
-D
USE_VALGRIND
=
ON
\
-D
TOKU_DEBUG_PARANOID
=
ON
\
...
...
scripts/run-nightly-drd-tests.bash
View file @
a6a936b1
...
...
@@ -12,7 +12,7 @@ cd $tokudbdir
if
[
!
-d
build
]
;
then
mkdir
build
pushd
build
CC
=
gcc47
CXX
=
g++47
cmake
\
cmake
\
-D
CMAKE_BUILD_TYPE
=
drd
\
-D
USE_VALGRIND
=
ON
\
-D
TOKU_DEBUG_PARANOID
=
ON
\
...
...
scripts/run-nightly-release-tests.bash
View file @
a6a936b1
...
...
@@ -12,7 +12,7 @@ cd $tokudbdir
if
[
!
-d
build
]
;
then
mkdir
build
pushd
build
CC
=
gcc47
CXX
=
g++47
cmake
\
cmake
\
-D
CMAKE_BUILD_TYPE
=
Release
\
-D
USE_VALGRIND
=
ON
\
-D
TOKU_DEBUG_PARANOID
=
OFF
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment