Skip to content

Commit 9da1da6

Browse files
committed
Add required pkg-config and libyaml-dev packages
These OS packages are required to install sqlite3 and psych gem Related to ruby/psych#541 sparklemotion/sqlite3-ruby#358
1 parent d37b588 commit 9da1da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install 'development tools' build-essential autoconf libtool
3030
gem update --system -N >/dev/null 2>&1
3131

3232
install Git git
33-
install SQLite sqlite3 libsqlite3-dev
33+
install SQLite sqlite3 libsqlite3-dev pkg-config
3434
install memcached memcached
3535
install Redis redis-server
3636
install RabbitMQ rabbitmq-server
@@ -53,6 +53,7 @@ GRANT ALL PRIVILEGES ON activerecord_unittest2.* to 'rails'@'localhost';
5353
GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
5454
SQL
5555

56+
install 'Psych dependencies' libyaml-dev
5657
install 'Nokogiri dependencies' libxml2 libxml2-dev libxslt1-dev
5758
install 'Blade dependencies' libncurses5-dev
5859
install 'ruby-vips dependencies' libvips

0 commit comments

Comments
 (0)