[Groonga-commit] groonga/groonga at a193670 [master] package: don't disable hardware virtualization support

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Oct 28 13:01:47 JST 2014


Kouhei Sutou	2014-10-28 13:01:47 +0900 (Tue, 28 Oct 2014)

  New Revision: a19367059e8437a72acc3f83ea7fcaeb5ab7c3aa
  https://github.com/groonga/groonga/commit/a19367059e8437a72acc3f83ea7fcaeb5ab7c3aa

  Message:
    package: don't disable hardware virtualization support
    
    Because VirtualBox requires it for running 64bit machine. We need 64bit
    machine. So we can't disable it.

  Modified files:
    packages/apt/Vagrantfile
    packages/yum/Vagrantfile

  Modified: packages/apt/Vagrantfile (+0 -1)
===================================================================
--- packages/apt/Vagrantfile    2014-10-28 12:57:47 +0900 (e1c4178)
+++ packages/apt/Vagrantfile    2014-10-28 13:01:47 +0900 (9dec537)
@@ -26,7 +26,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node.vm.provision(:shell, :privileged => false, :path => "build-deb.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 512
-        virtual_box.customize ["modifyvm", :id, "--hwvirtex", "off"]
       end
     end
   end

  Modified: packages/yum/Vagrantfile (+0 -1)
===================================================================
--- packages/yum/Vagrantfile    2014-10-28 12:57:47 +0900 (97c2176)
+++ packages/yum/Vagrantfile    2014-10-28 13:01:47 +0900 (c47a1cf)
@@ -37,7 +37,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node.vm.provision(:shell, :privileged => false, :path => "build-rpm.sh")
       node.vm.provider("virtualbox") do |virtual_box|
         virtual_box.memory = 512
-        virtual_box.customize ["modifyvm", :id, "--hwvirtex", "off"]
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る