Skip to content

Commit 9edca3f

Browse files
committed
HAVE_RB_EXT_RACTOR_SAFE is already defined on ruby-head
1 parent c13a024 commit 9edca3f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- macos-10.15
1919
- windows-latest
2020
ruby:
21-
- 3.0.0-preview2
2221
- 2.7
2322
- 2.6
2423
- 2.5
@@ -29,7 +28,6 @@ jobs:
2928
- { os: windows-latest , ruby: mingw }
3029
- { os: windows-latest , ruby: mswin }
3130
exclude:
32-
- { os: windows-latest , ruby: 3.0.0-preview2 }
3331
- { os: windows-latest , ruby: debug }
3432

3533
steps:

ext/digest/extconf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@
88
"digest.h" => "$(HDRDIR)"
99
}
1010

11-
have_func("rb_ext_ractor_safe")
12-
1311
create_makefile("digest")

0 commit comments

Comments
 (0)