[前][次][番号順一覧][スレッド一覧]

ruby-changes:45410

From: naruse <ko1@a...>
Date: Tue, 31 Jan 2017 19:37:54 +0900 (JST)
Subject: [ruby-changes:45410] naruse:r57483 (trunk): Describe about RUBY_CODESIGN

naruse	2017-01-31 19:37:50 +0900 (Tue, 31 Jan 2017)

  New Revision: 57483

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57483

  Log:
    Describe about RUBY_CODESIGN
    
    With RUBY_CODESIGN people can avoid pushing many OK button of firewall
    dialogs on macOS through test-all.

  Modified files:
    trunk/README.md
Index: README.md
===================================================================
--- README.md	(revision 57482)
+++ README.md	(revision 57483)
@@ -97,6 +97,9 @@ This is what you need to do to compile a https://github.com/ruby/ruby/blob/trunk/README.md#L97
 
 6.  Run `make`.
 
+    * On Mac, set RUBY\_CODESIGN environment variable with a signing identity.
+      It uses the identity to sign `ruby` binary. See also codesign(1).
+
 7.  Optionally, run '`make check`' to check whether the compiled Ruby
     interpreter works well. If you see the message "`check succeeded`", your
     ruby works as it should (hopefully).

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]