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
b70099fb
Commit
b70099fb
authored
Feb 03, 2014
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#176 use devtoolset-1.1 to build mysql and mariadb
parent
de459367
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
18 deletions
+9
-18
scripts/nightly.mysql.build.and.test.bash
scripts/nightly.mysql.build.and.test.bash
+9
-17
scripts/run.mysql.tests.bash
scripts/run.mysql.tests.bash
+0
-1
No files found.
scripts/nightly.mysql.build.and.test.bash
View file @
b70099fb
...
...
@@ -25,16 +25,14 @@ function make_mysql() {
PATH
=
$HOME
/bin:
$HOME
/usr/local/bin:/usr/local/bin:
$PATH
source
/etc/profile
github_token
=
PUT_TOKEN_HERE
github_token
=
54164b2e492aa8c6368fa04fff7f1a972fa1954c
gearmandhost
=
localhost
gearmandir
=
/usr/local/gearmand-1.1.6
system
=
$(
uname
-s
|
tr
'[:upper:]'
'[:lower:]'
)
arch
=
$(
uname
-m
|
tr
'[:upper:]'
'[:lower:]'
)
now_ts
=
$(
date
+%s
)
cc
=
gcc47
cxx
=
g++47
ftcc
=
$cc
ftcxx
=
$cxx
cc
=
gcc
cxx
=
g++
while
[
$#
-gt
0
]
;
do
arg
=
$1
;
shift
...
...
@@ -48,19 +46,13 @@ done
nightlytrace
=
/tmp/
$(
whoami
)
.nightly.trace
mysqltrace
=
/tmp/
$(
whoami
)
.mysql.build.trace.
$now_ts
make_and_test_mysql
--
github_token
=
$github_token
--mysqlbuild
=
mysql-5.5.30-tokudb-
${
now_ts
}
-e-
${
system
}
-
${
arch
}
make_and_test_mysql
--
github_token
=
$github_token
--mysqlbuild
=
mysql-5.5.30-tokudb-
${
now_ts
}
-debug-e-
${
system
}
-
${
arch
}
make_and_test_mysql
--
cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.6.15-tokudb-
${
now_ts
}
-debug
-e-
${
system
}
-
${
arch
}
make_and_test_mysql
--
cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.6.15-tokudb-
${
now_ts
}
-e-
${
system
}
-
${
arch
}
--tests
=
run.mysql.tests.bash:run.sql.bench.bash
make_and_test_mysql
--
github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.30-tokudb-
${
now_ts
}
-
${
system
}
-
${
arch
}
make_and_test_mysql
--
github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.30-tokudb-
${
now_ts
}
-debug-
${
system
}
-
${
arch
}
make_and_test_mysql
--
cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.5.36-tokudb-
${
now_ts
}
-debug-e
-
${
system
}
-
${
arch
}
make_and_test_mysql
--
cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.5.36-tokudb-
${
now_ts
}
-e-
${
system
}
-
${
arch
}
--tests
=
run.mysql.tests.bash:run.sql.bench.bash
make_and_test_mysql
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.6.10-tokudb-
${
now_ts
}
-
${
system
}
-
${
arch
}
make_and_test_mysql
--github_token
=
$github_token
--mysqlbuild
=
mysql-5.6.10-tokudb-
${
now_ts
}
-debug-
${
system
}
-
${
arch
}
make_and_test_mysql
--github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.30-tokudb-
${
now_ts
}
-e-
${
system
}
-
${
arch
}
make_and_test_mysql
--github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.30-tokudb-
${
now_ts
}
-debug-e-
${
system
}
-
${
arch
}
# build a test the head of the releases/tokudb-7.0 branch
# make_and_test_mysql --github_use_ssh=1 --mysqlbuild=mysql-5.5.30-tokudb-${now_ts}-70-${system}-${arch} --mysql_tree=releases/tokudb-7.0 --ftengine_tree=releases/tokudb-7.0 --ftindex_tree=releases/tokudb-7.0 --tests=run.mysql.tests.bash:run.sql.bench.bash
make_and_test_mysql
--cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.35-tokudb-
${
now_ts
}
-debug-e-
${
system
}
-
${
arch
}
make_and_test_mysql
--cc
=
$cc
--cxx
=
$cxx
--github_token
=
$github_token
--mysqlbuild
=
mariadb-5.5.35-tokudb-
${
now_ts
}
-e-
${
system
}
-
${
arch
}
--tests
=
run.mysql.tests.bash:run.sql.bench.bash
exit
0
scripts/run.mysql.tests.bash
View file @
b70099fb
...
...
@@ -129,7 +129,6 @@ if [ -z $engine ] ; then
# run tokudb tests
./mysql-test-run.pl
--suite
=
$teststorun_tokudb
--big-test
--max-test-fail
=
0
--force
--retry
=
1
--testcase-timeout
=
60
\
--mysqld
=
--default-storage-engine
=
tokudb
\
--mysqld
=
--loose-tokudb_debug
=
3072
\
--parallel
=
$parallel
>>
$testresultsdir
/
$tracefile
2>&1
# setup for engines tests
...
...
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