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

ruby-changes:72875

From: Takashi <ko1@a...>
Date: Tue, 9 Aug 2022 11:08:07 +0900 (JST)
Subject: [ruby-changes:72875] f8936b3341 (master): Remove documentation about dev

https://git.ruby-lang.org/ruby.git/commit/?id=f8936b3341

From f8936b3341376948112e31f9e9b0cb3ad6e91e7c Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 8 Aug 2022 19:02:28 -0700
Subject: Remove documentation about dev

dev is Shopify's internal tool that doesn't work if you use Intel
Homebrew on M1 (or rbenv, btw). Now that we maintain this outside
Shopify's repository, we should stop talking about it here.
---
 doc/yjit/yjit.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index fd45096beb..f879e227ad 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -347,6 +347,5 @@ While in your i386 shell, install Cargo and Homebrew, then hack away! https://github.com/ruby/ruby/blob/trunk/doc/yjit/yjit.md#L347
 
 1. You must install a version of Homebrew for each architecture
 2. Cargo will install in $HOME/.cargo by default, and I don't know a good way to change architectures after install
-3. `dev` won't work if you have i386 Homebrew installed on an M1
 
 If you use Fish shell you can [read this link](https://tenderlovemaking.com/2022/01/07/homebrew-rosetta-and-ruby.html) for information on making the dev environment easier.
-- 
cgit v1.2.1


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

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