Skip to content

Commit b7254b4

Browse files
committed
Fix build error with Ruby 3.4 + GitHub Actions (Ubuntu 22.04)
1 parent 7a0eedb commit b7254b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.yml.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ function:
7575
- rb_newobj_of
7676
- rb_st_init_existing_table_with_size
7777
- rb_st_replace
78+
79+
# FIXME: Workaround for "undefined reference to `rb_undefine_finalizer'" on GitHub Actions (Ubuntu 22.04)
80+
- rb_undefine_finalizer
7881
<% end %>
7982

8083
pointer_hint:

0 commit comments

Comments
 (0)