Skip to content

Commit

Permalink
Upgrade Vagrant box to Xenial (mastodon#6421)
Browse files Browse the repository at this point in the history
* upgrade vagrant box to xenial

this allows the redis version to be upgraded to support the new redis
features used in the activity tracker

* add libpam0g package to vagrant box

this is required for native extensions of gems to build after the
addition of PAM support was added in mastodon#5303
  • Loading branch information
northerner authored and Gargron committed Feb 4, 2018
1 parent 4e4f1b0 commit 258dcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ sudo apt-get install \
libidn11-dev \
libprotobuf-dev \
libreadline-dev \
libpam0g-dev \
-y
# Install rvm
Expand Down Expand Up @@ -79,7 +80,7 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"

config.vm.provider :virtualbox do |vb|
vb.name = "mastodon"
Expand Down

0 comments on commit 258dcb8

Please sign in to comment.