We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0eedb + b7254b4 commit 1ffad22Copy full SHA for 1ffad22
config/default.yml.erb
@@ -75,6 +75,9 @@ function:
75
- rb_newobj_of
76
- rb_st_init_existing_table_with_size
77
- rb_st_replace
78
+
79
+ # FIXME: Workaround for "undefined reference to `rb_undefine_finalizer'" on GitHub Actions (Ubuntu 22.04)
80
+ - rb_undefine_finalizer
81
<% end %>
82
83
pointer_hint:
0 commit comments