Lines Matching refs:config
7 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
9 config.vm.define "linux32" do |linux32|
14 config.vm.define "linux64" do |linux64|
19 config.vm.define "linux32-musl" do |musl32|
25 config.vm.define "linux64-musl" do |musl64|
35 config.vm.provider "virtualbox" do |v|
42 config.cache.scope = :box
45 config.vbguest.no_install = true
48 config.vm.synced_folder "../target", "/rocksdb-build"
49 config.vm.synced_folder "../..", "/rocksdb", type: "rsync"
50 config.vm.boot_timeout = 1200