mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
define box based on ppa:stesie/libv8
This commit is contained in:
parent
e3e3cd53d6
commit
d2a873f99d
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
|
|||||||
#
|
#
|
||||||
# mass-define "generic" Ubuntu boxes
|
# mass-define "generic" Ubuntu boxes
|
||||||
#
|
#
|
||||||
%w{6.3 6.4 6.5}.each { |version|
|
%w{7.1}.each { |version|
|
||||||
config.vm.define "v8-#{version}" do |i|
|
config.vm.define "v8-#{version}" do |i|
|
||||||
i.vm.synced_folder ".", "/data/v8js"
|
i.vm.synced_folder ".", "/data/v8js"
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
|
|||||||
apt-get install -y software-properties-common gdb tmux git tig curl apache2-utils lcov
|
apt-get install -y software-properties-common gdb tmux git tig curl apache2-utils lcov
|
||||||
|
|
||||||
add-apt-repository ppa:ondrej/php
|
add-apt-repository ppa:ondrej/php
|
||||||
add-apt-repository ppa:pinepain/libv8-#{version}
|
add-apt-repository ppa:stesie/libv8
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
|
apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
|
||||||
SHELL
|
SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user