mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove sqlite2 build from CI recipe [#3066 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
parent
25e5b0c4a8
commit
ef93524058
1 changed files with 0 additions and 8 deletions
|
@ -38,13 +38,6 @@ cd "#{root_dir}/activerecord" do
|
|||
build_results[:activerecord_postgresql8] = system 'rake postgresql:rebuild_databases && rake test_postgresql'
|
||||
end
|
||||
|
||||
cd "#{root_dir}/activerecord" do
|
||||
puts
|
||||
puts "[CruiseControl] Building ActiveRecord with SQLite 2"
|
||||
puts
|
||||
build_results[:activerecord_sqlite] = system 'rake test_sqlite'
|
||||
end
|
||||
|
||||
cd "#{root_dir}/activerecord" do
|
||||
puts
|
||||
puts "[CruiseControl] Building ActiveRecord with SQLite 3"
|
||||
|
@ -96,7 +89,6 @@ puts "[CruiseControl] #{`uname -a`}"
|
|||
puts "[CruiseControl] #{`ruby -v`}"
|
||||
puts "[CruiseControl] #{`mysql --version`}"
|
||||
puts "[CruiseControl] #{`pg_config --version`}"
|
||||
puts "[CruiseControl] SQLite2: #{`sqlite -version`}"
|
||||
puts "[CruiseControl] SQLite3: #{`sqlite3 -version`}"
|
||||
`gem env`.each_line {|line| print "[CruiseControl] #{line}"}
|
||||
puts "[CruiseControl] Local gems:"
|
||||
|
|
Loading…
Reference in a new issue