ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: hsbt@ruby-lang.org
To: ruby-core@ruby-lang.org
Subject: [ruby-core:100212] [Ruby master Bug#17202] Backport for Apple Silicon
Date: Tue, 29 Sep 2020 12:36:32 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-87801.20200929123632.572@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-17202.20200929122306.572@ruby-lang.org

Issue #17202 has been updated by hsbt (Hiroshi SHIBATA).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED

I also confirmed to build the following patch and https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5 on ruby_2_6 branch.

```
diff --git a/configure.ac b/configure.ac
index 2c4d2888d2..e9bf833668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2319,6 +2319,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
        [x*64-darwin*], [
            rb_cv_fiber_coroutine=amd64
        ],
+       [arm64-darwin*], [
+           rb_cv_coroutine=arm64
+        ],
        [x*64-linux], [
            AS_CASE(["$ac_cv_sizeof_voidp"],
                [8], [ rb_cv_fiber_coroutine=amd64 ],
```

----------------------------------------
Bug #17202: Backport for Apple Silicon
https://bugs.ruby-lang.org/issues/17202#change-87801

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: REQUIRED, 2.7: REQUIRED
----------------------------------------
I confirmed to build with the following patch on ruby_2_7 branch for macOS Big Sur and ARM mac mini.

https://github.com/ruby/ruby/commit/23655e6de5ee989feb8c65c7061fe9a71579dc54
https://github.com/ruby/ruby/commit/87f6154bb4c67ca77ee353bb1fe25a922036c0e5




-- 
https://bugs.ruby-lang.org/

  reply	other threads:[~2020-09-29 12:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 12:23 [ruby-core:100211] [Ruby master Bug#17202] Backport for Apple Silicon hsbt
2020-09-29 12:36 ` hsbt [this message]
2020-09-30  9:57 ` [ruby-core:100231] " nagachika00
2020-09-30 10:24 ` [ruby-core:100233] " nagachika00
2020-09-30 10:25 ` [ruby-core:100234] " nagachika00
2020-09-30 22:56 ` [ruby-core:100244] " nagachika00
2020-10-01 12:14 ` [ruby-core:100254] " hsbt
2020-10-01 12:18 ` [ruby-core:100255] " nagachika00
2021-08-19  4:05 ` [ruby-core:104985] " znz (Kazuhiro NISHIYAMA)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-87801.20200929123632.572@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).