mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use ppc64le coroutines on powerpc64le-freebsd*
Only one ractor-related test fails, but it also fails with ucontext.
This commit is contained in:
parent
c193ca5218
commit
c362206a48
Notes:
git
2024-09-19 05:59:43 +00:00
1 changed files with 3 additions and 0 deletions
|
@ -2751,6 +2751,9 @@ AS_CASE([$coroutine_type], [yes|''], [
|
||||||
[aarch64-freebsd*], [
|
[aarch64-freebsd*], [
|
||||||
coroutine_type=arm64
|
coroutine_type=arm64
|
||||||
],
|
],
|
||||||
|
[powerpc64le-freebsd*], [
|
||||||
|
coroutine_type=ppc64le
|
||||||
|
],
|
||||||
[x86_64-netbsd*], [
|
[x86_64-netbsd*], [
|
||||||
coroutine_type=amd64
|
coroutine_type=amd64
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue