[Groonga-mysql-commit] mroonga/homebrew-mroonga at 7297300 [no-sandbox] Add `--no-sandbox` option not to use sandbox

Back to archive index

Hiroshi Hatake null+****@clear*****
Wed Oct 11 15:16:44 JST 2017


Hiroshi Hatake	2017-10-11 15:16:44 +0900 (Wed, 11 Oct 2017)

  New Revision: 7297300d479cf95af72f61ebdab7405f92a1af2a
  https://github.com/mroonga/homebrew-mroonga/commit/7297300d479cf95af72f61ebdab7405f92a1af2a

  Message:
    Add `--no-sandbox` option not to use sandbox

  Modified files:
    README.md

  Modified: README.md (+4 -4)
===================================================================
--- README.md    2017-07-24 17:52:15 +0900 (cb5f198)
+++ README.md    2017-10-11 15:16:44 +0900 (c8f3b22)
@@ -5,22 +5,22 @@ Type the following command to install Mroonga by Homebrew:
 With MySQL 5.7:
 
     % brew tap mroonga/mroonga
-    % brew install mroonga --use-homebrew-mysql
+    % brew install mroonga --use-homebrew-mysql --no-sandbox
 
 With MySQL 5.6:
 
     % brew tap mroonga/mroonga
-    % brew install mroonga --use-homebrew-mysql56
+    % brew install mroonga --use-homebrew-mysql56 --no-sandbox
 
 With MySQL 5.5:
 
     % brew tap mroonga/mroonga
-    % brew install mroonga --use-homebrew-mysql55
+    % brew install mroonga --use-homebrew-mysql55 --no-sandbox
 
 With MariaDB:
 
     % brew tap mroonga/mroonga
-    % brew install mroonga --use-homebrew-mariadb
+    % brew install mroonga --use-homebrew-mariadb --no-sandbox
 
 If you have an old formulae, please unlink to the old formulae version:
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171011/81a8d369/attachment.htm 



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