Skip to content

CI against ruby-head(2.6.0-dev) is getting failed when USE_MINI_PORTILE=true #231

@yahonda

Description

@yahonda

CI against ruby-head(2.6.0-dev) is getting failed when USE_MINI_PORTILE=true
This is due to sqlite3_libversion_number() returns no.

https://travis-ci.org/sparklemotion/sqlite3-ruby/jobs/380367356#L548

checking for sqlite3_libversion_number() in -lsqlite3... no

I have attempted to reproduce it locally but it has not reproduced yet so far.

Attempt to reproduce it

rbenv global 2.6.0-dev
git clone https://github.com/sparklemotion/sqlite3-ruby.git
cd sqlite3-ruby
export USE_MINI_PORTILE=true
bundle exec rake test

Environment

  • Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
  • Installed Ruby version and sqlite3 packages
$ ruby -v
ruby 2.6.0dev (2018-05-23 trunk 63494) [x86_64-linux]
$ sudo apt list --installed |grep sqlite
libsqlite3-0/bionic,now 3.22.0-1 amd64 [installed]
libsqlite3-dev/bionic,now 3.22.0-1 amd64 [installed]
sqlite3/bionic,now 3.22.0-1 amd64 [installed]
$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions