[Groonga-commit] ranguba/rroonga at 68106b0 [master] Remove needless configurations

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 8 11:12:06 JST 2015


Kouhei Sutou	2015-01-08 11:12:06 +0900 (Thu, 08 Jan 2015)

  New Revision: 68106b0d6351d39d0ba3ed49a54d3aa4d0e951d9
  https://github.com/ranguba/rroonga/commit/68106b0d6351d39d0ba3ed49a54d3aa4d0e951d9

  Message:
    Remove needless configurations

  Modified files:
    build/windows/Vagrantfile

  Modified: build/windows/Vagrantfile (+0 -3)
===================================================================
--- build/windows/Vagrantfile    2015-01-08 11:11:31 +0900 (d879ff3)
+++ build/windows/Vagrantfile    2015-01-08 11:12:06 +0900 (1aad512)
@@ -27,9 +27,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     use_cpus = use_cpu_nums
     vb.customize ["modifyvm", :id, "--cpus", use_cpus.to_s]
     vb.customize ["modifyvm", :id, "--memory", "2048"]
-    vb.customize ["modifyvm", :id, "--ioapic", "on"]
-    vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
-    vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
   end
 
   config.vm.provision :shell, path: "cross-build-rroonga.sh", privileged: false
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index