mux_ruby 4.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/docs/Asset.md +4 -2
  5. data/docs/AssetMetadata.md +22 -0
  6. data/docs/CreateAssetRequest.md +11 -5
  7. data/docs/CreateLiveStreamRequest.md +4 -2
  8. data/docs/PlaybackRestrictionsApi.md +1 -1
  9. data/docs/UpdateAssetRequest.md +4 -2
  10. data/docs/UpdateLiveStreamNewAssetSettings.md +3 -1
  11. data/docs/UpdateReferrerDomainRestrictionRequest.md +10 -37
  12. data/docs/Upload.md +1 -1
  13. data/docs/VideoView.md +3 -1
  14. data/examples/video/exercise-assets.rb +1 -1
  15. data/gen/generator-config.json +1 -1
  16. data/lib/mux_ruby/api/metrics_api.rb +2 -2
  17. data/lib/mux_ruby/models/asset.rb +14 -5
  18. data/lib/mux_ruby/models/asset_metadata.rb +284 -0
  19. data/lib/mux_ruby/models/create_asset_request.rb +41 -8
  20. data/lib/mux_ruby/models/create_live_stream_request.rb +15 -2
  21. data/lib/mux_ruby/models/update_asset_request.rb +14 -5
  22. data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +13 -4
  23. data/lib/mux_ruby/models/update_referrer_domain_restriction_request.rb +203 -73
  24. data/lib/mux_ruby/models/upload.rb +1 -1
  25. data/lib/mux_ruby/models/video_view.rb +15 -5
  26. data/lib/mux_ruby/version.rb +1 -1
  27. data/lib/mux_ruby.rb +1 -0
  28. data/spec/models/asset_metadata_spec.rb +46 -0
  29. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
  30. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
  31. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
  32. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
  33. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
  34. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +6 -6
  35. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
  36. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
  37. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
  38. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
  39. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
  40. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
  41. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
  42. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
  43. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  44. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
  45. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  46. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
  47. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  48. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
  49. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
  50. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
  51. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  52. metadata +169 -165
@@ -1,7 +1,7 @@
1
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib pkg-config --exists libffi
2
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib pkg-config --libs libffi |
1
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib pkg-config --exists libffi
2
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib pkg-config --libs libffi |
3
3
  => "-lffi \n"
4
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lm -lpthread -lc"
4
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lm -lpthread -lc"
5
5
  checked program was:
6
6
  /* begin */
7
7
  1: #include "ruby.h"
@@ -12,7 +12,7 @@ checked program was:
12
12
  6: }
13
13
  /* end */
14
14
 
15
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lm -lpthread -lc"
15
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lm -lpthread -lc"
16
16
  checked program was:
17
17
  /* begin */
18
18
  1: #include "ruby.h"
@@ -23,11 +23,11 @@ checked program was:
23
23
  6: }
24
24
  /* end */
25
25
 
26
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib pkg-config --cflags-only-I libffi |
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib pkg-config --cflags-only-I libffi |
27
27
  => "\n"
28
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib pkg-config --cflags-only-other libffi |
28
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib pkg-config --cflags-only-other libffi |
29
29
  => "\n"
30
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib pkg-config --libs-only-l libffi |
30
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib pkg-config --libs-only-l libffi |
31
31
  => "-lffi \n"
32
32
  package configuration for libffi
33
33
  incflags:
@@ -37,7 +37,7 @@ libs: -lffi
37
37
 
38
38
  have_library: checking for ffi_prep_closure_loc() in -lffi... -------------------- yes
39
39
 
40
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
40
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
41
41
  checked program was:
42
42
  /* begin */
43
43
  1: #include "ruby.h"
@@ -62,7 +62,7 @@ checked program was:
62
62
 
63
63
  have_func: checking for ffi_prep_cif_var()... -------------------- yes
64
64
 
65
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
65
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
66
66
  conftest.c: In function ‘t’:
67
67
  conftest.c:14:57: error: ‘ffi_prep_cif_var’ undeclared (first use in this function)
68
68
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
@@ -90,7 +90,7 @@ checked program was:
90
90
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_cif_var; return !p; }
91
91
  /* end */
92
92
 
93
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
93
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
94
94
  checked program was:
95
95
  /* begin */
96
96
  1: #include "ruby.h"
@@ -114,7 +114,7 @@ checked program was:
114
114
 
115
115
  have_func: checking for ffi_raw_call()... -------------------- yes
116
116
 
117
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
117
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
118
118
  conftest.c: In function ‘t’:
119
119
  conftest.c:14:57: error: ‘ffi_raw_call’ undeclared (first use in this function)
120
120
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
@@ -142,7 +142,7 @@ checked program was:
142
142
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_raw_call; return !p; }
143
143
  /* end */
144
144
 
145
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
145
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
146
146
  checked program was:
147
147
  /* begin */
148
148
  1: #include "ruby.h"
@@ -166,7 +166,7 @@ checked program was:
166
166
 
167
167
  have_func: checking for ffi_prep_raw_closure()... -------------------- yes
168
168
 
169
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
169
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
170
170
  conftest.c: In function ‘t’:
171
171
  conftest.c:14:57: error: ‘ffi_prep_raw_closure’ undeclared (first use in this function)
172
172
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
@@ -194,7 +194,7 @@ checked program was:
194
194
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_raw_closure; return !p; }
195
195
  /* end */
196
196
 
197
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
197
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
198
198
  checked program was:
199
199
  /* begin */
200
200
  1: #include "ruby.h"
@@ -218,7 +218,7 @@ checked program was:
218
218
 
219
219
  have_func: checking for rb_gc_mark_movable()... -------------------- yes
220
220
 
221
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
221
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
222
222
  checked program was:
223
223
  /* begin */
224
224
  1: #include "ruby.h"
@@ -241,7 +241,7 @@ checked program was:
241
241
 
242
242
  block in append_ldflags: checking for whether -pthread is accepted as LDFLAGS... -------------------- yes
243
243
 
244
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -pthread -lm -lpthread -lc"
244
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -pthread -lm -lpthread -lc"
245
245
  checked program was:
246
246
  /* begin */
247
247
  1: #include "ruby.h"
@@ -1,12 +1,12 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
2
- /opt/hostedtoolcache/Ruby/3.2.7/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.8/x64/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-1ht7fn sitelibdir\=./.gem.20250221-1934-1ht7fn clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-gy2r0i sitelibdir\=./.gem.20250331-1869-gy2r0i clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
9
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-1ht7fn sitelibdir\=./.gem.20250221-1934-1ht7fn
9
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-gy2r0i sitelibdir\=./.gem.20250331-1869-gy2r0i
10
10
  compiling adj_matrix.c
11
11
  adj_matrix.c: In function ‘adj_matrix_default’:
12
12
  adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
@@ -22,8 +22,8 @@ compiling jaro_winkler.c
22
22
  linking shared-object jaro_winkler/jaro_winkler_ext.so
23
23
 
24
24
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
25
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-1ht7fn sitelibdir\=./.gem.20250221-1934-1ht7fn install
26
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20250221-1934-1ht7fn/jaro_winkler
25
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-gy2r0i sitelibdir\=./.gem.20250331-1869-gy2r0i install
26
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20250331-1869-gy2r0i/jaro_winkler
27
27
 
28
28
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
29
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-1ht7fn sitelibdir\=./.gem.20250221-1934-1ht7fn clean
29
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-gy2r0i sitelibdir\=./.gem.20250331-1869-gy2r0i clean
@@ -1,14 +1,14 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
2
- /opt/hostedtoolcache/Ruby/3.2.7/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.8/x64/bin/ruby extconf.rb
3
3
  checking for yaml.h... yes
4
4
  checking for yaml_get_version() in -lyaml... yes
5
5
  creating Makefile
6
6
 
7
7
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-m731pf sitelibdir\=./.gem.20250221-1934-m731pf clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-2w4u2z sitelibdir\=./.gem.20250331-1869-2w4u2z clean
9
9
 
10
10
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
11
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-m731pf sitelibdir\=./.gem.20250221-1934-m731pf
11
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-2w4u2z sitelibdir\=./.gem.20250331-1869-2w4u2z
12
12
  compiling psych.c
13
13
  compiling psych_emitter.c
14
14
  compiling psych_parser.c
@@ -17,8 +17,8 @@ compiling psych_yaml_tree.c
17
17
  linking shared-object psych.so
18
18
 
19
19
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
20
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-m731pf sitelibdir\=./.gem.20250221-1934-m731pf install
21
- /usr/bin/install -c -m 0755 psych.so ./.gem.20250221-1934-m731pf
20
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-2w4u2z sitelibdir\=./.gem.20250331-1869-2w4u2z install
21
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20250331-1869-2w4u2z
22
22
 
23
23
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-m731pf sitelibdir\=./.gem.20250221-1934-m731pf clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-2w4u2z sitelibdir\=./.gem.20250331-1869-2w4u2z clean
@@ -1,6 +1,6 @@
1
1
  find_header: checking for yaml.h... -------------------- yes
2
2
 
3
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lm -lpthread -lc"
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include "ruby.h"
@@ -11,7 +11,7 @@ checked program was:
11
11
  6: }
12
12
  /* end */
13
13
 
14
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC -c conftest.c"
14
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC -c conftest.c"
15
15
  checked program was:
16
16
  /* begin */
17
17
  1: #include "ruby.h"
@@ -23,7 +23,7 @@ checked program was:
23
23
 
24
24
  find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
25
25
 
26
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lyaml -lm -lpthread -lc"
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lyaml -lm -lpthread -lc"
27
27
  conftest.c: In function ‘t’:
28
28
  conftest.c:14:57: error: ‘yaml_get_version’ undeclared (first use in this function)
29
29
  14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
@@ -51,7 +51,7 @@ checked program was:
51
51
  14: int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
52
52
  /* end */
53
53
 
54
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lyaml -lm -lpthread -lc"
54
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lyaml -lm -lpthread -lc"
55
55
  checked program was:
56
56
  /* begin */
57
57
  1: #include "ruby.h"
@@ -1,19 +1,19 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
2
- /opt/hostedtoolcache/Ruby/3.2.7/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.8/x64/bin/ruby extconf.rb
3
3
  checking for rb_io_extract_modeenc() in ruby/io.h... yes
4
4
  creating Makefile
5
5
 
6
6
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
7
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-teu4k1 sitelibdir\=./.gem.20250221-1934-teu4k1 clean
7
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-uh3mxr sitelibdir\=./.gem.20250331-1869-uh3mxr clean
8
8
 
9
9
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
10
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-teu4k1 sitelibdir\=./.gem.20250221-1934-teu4k1
10
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-uh3mxr sitelibdir\=./.gem.20250331-1869-uh3mxr
11
11
  compiling stringio.c
12
12
  linking shared-object stringio.so
13
13
 
14
14
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
15
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-teu4k1 sitelibdir\=./.gem.20250221-1934-teu4k1 install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20250221-1934-teu4k1
15
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-uh3mxr sitelibdir\=./.gem.20250331-1869-uh3mxr install
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20250331-1869-uh3mxr
17
17
 
18
18
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio
19
- make DESTDIR\= sitearchdir\=./.gem.20250221-1934-teu4k1 sitelibdir\=./.gem.20250221-1934-teu4k1 clean
19
+ make DESTDIR\= sitearchdir\=./.gem.20250331-1869-uh3mxr sitelibdir\=./.gem.20250331-1869-uh3mxr clean
@@ -1,6 +1,6 @@
1
1
  have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
2
2
 
3
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lm -lpthread -lc"
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include "ruby.h"
@@ -11,7 +11,7 @@ checked program was:
11
11
  6: }
12
12
  /* end */
13
13
 
14
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.7/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.7/x64/lib -lruby -lm -lpthread -lc"
14
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.8/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.8/x64/lib -lruby -lm -lpthread -lc"
15
15
  checked program was:
16
16
  /* begin */
17
17
  1: #include "ruby.h"
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.7/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.8/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.7/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.8/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.7/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.8/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.7/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.8/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
@@ -13,12 +13,12 @@ NULLCMD = :
13
13
  #### Start of system configuration section. ####
14
14
 
15
15
  srcdir = .
16
- topdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.7/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.8/x64/include/ruby-3.2.0/x86_64-linux
19
19
  PATH_SEPARATOR = :
20
20
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
21
- prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.7/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.8/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)