Skip to content

Commit 2198bfd

Browse files
committed
Fix go test on CI
1 parent 9466763 commit 2198bfd

File tree

2 files changed

+12
-46
lines changed

2 files changed

+12
-46
lines changed

_tools/ruby_h_to_go/lib/ruby_header_parser/data.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ function:
5555
# FIXME: Workaround for "could not determine kind of name for C.rb_gc_guarded_ptr_val"
5656
- rb_gc_guarded_ptr_val
5757

58+
# FIXME: Workaround for "cannot use _cgo2 (variable of type _Ctype_va_list) as *_Ctype_struct___va_list_tag value in argument to _Cfunc_rb_str_vcatf" on GitHub Actions (Ubuntu 22.04)
59+
- rb_str_vcatf
60+
61+
# FIXME: Workaround for "cannot use _cgo4 (variable of type _Ctype_va_list) as *_Ctype_struct___va_list_tag value in argument to _Cfunc_rb_vrescue2" on GitHub Actions (Ubuntu 22.04)
62+
- rb_vrescue2
63+
64+
# FIXME: Workaround for "cannot use _cgo1 (variable of type _Ctype_va_list) as *_Ctype_struct___va_list_tag value in argument to _Cfunc_rb_vsprintf" on GitHub Actions (Ubuntu 22.04)
65+
- rb_vsprintf
66+
67+
# FIXME: Workaround for "undefined reference to `rb_class_descendants'" on GitHub Actions (Ubuntu 22.04)
68+
- rb_class_descendants
69+
5870
pointer_hint:
5971
rb_data_object_make:
6072
4: sref

ruby/function_generated.go

Lines changed: 0 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)