mux_ruby 3.18.0 → 3.20.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 (49) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +8 -4
  4. data/docs/Asset.md +2 -2
  5. data/docs/CreateAssetRequest.md +2 -2
  6. data/docs/DeliveryReport.md +2 -2
  7. data/docs/DimensionsApi.md +2 -2
  8. data/docs/ErrorsApi.md +2 -2
  9. data/docs/MetricsApi.md +18 -18
  10. data/docs/UpdateLiveStreamNewAssetSettings.md +3 -1
  11. data/docs/VideoView.md +2 -4
  12. data/docs/VideoViewsApi.md +2 -2
  13. data/gen/generator-config.json +1 -1
  14. data/gen/templates/Gemfile.mustache +1 -0
  15. data/gen/templates/README.mustache +4 -0
  16. data/lib/mux_ruby/api/dimensions_api.rb +2 -2
  17. data/lib/mux_ruby/api/errors_api.rb +2 -2
  18. data/lib/mux_ruby/api/metrics_api.rb +24 -24
  19. data/lib/mux_ruby/api/video_views_api.rb +2 -2
  20. data/lib/mux_ruby/models/asset.rb +6 -6
  21. data/lib/mux_ruby/models/create_asset_request.rb +6 -6
  22. data/lib/mux_ruby/models/delivery_report.rb +6 -6
  23. data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +27 -5
  24. data/lib/mux_ruby/models/video_view.rb +7 -18
  25. data/lib/mux_ruby/version.rb +1 -1
  26. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
  27. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
  28. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
  29. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
  30. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +16 -16
  31. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +6 -6
  32. 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
  33. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
  34. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
  35. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
  36. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
  37. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
  38. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
  39. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
  40. data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  41. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
  42. data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  43. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
  44. data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  45. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
  46. data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
  47. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
  48. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  49. metadata +158 -158
@@ -337,9 +337,7 @@ module MuxRuby
337
337
 
338
338
  attr_accessor :ad_preroll_startup_time
339
339
 
340
- attr_accessor :ad_watch_time
341
-
342
- attr_accessor :view_content_watch_time
340
+ attr_accessor :view_dropped
343
341
 
344
342
  # Attribute mapping from ruby-style variable name to JSON key.
345
343
  def self.attribute_map
@@ -505,8 +503,7 @@ module MuxRuby
505
503
  :'ad_playback_failure_error_type_id' => :'ad_playback_failure_error_type_id',
506
504
  :'view_content_startup_time' => :'view_content_startup_time',
507
505
  :'ad_preroll_startup_time' => :'ad_preroll_startup_time',
508
- :'ad_watch_time' => :'ad_watch_time',
509
- :'view_content_watch_time' => :'view_content_watch_time'
506
+ :'view_dropped' => :'view_dropped'
510
507
  }
511
508
  end
512
509
 
@@ -679,8 +676,7 @@ module MuxRuby
679
676
  :'ad_playback_failure_error_type_id' => :'Integer',
680
677
  :'view_content_startup_time' => :'Integer',
681
678
  :'ad_preroll_startup_time' => :'Integer',
682
- :'ad_watch_time' => :'Integer',
683
- :'view_content_watch_time' => :'Integer'
679
+ :'view_dropped' => :'Boolean'
684
680
  }
685
681
  end
686
682
 
@@ -825,8 +821,6 @@ module MuxRuby
825
821
  :'ad_playback_failure_error_type_id',
826
822
  :'view_content_startup_time',
827
823
  :'ad_preroll_startup_time',
828
- :'ad_watch_time',
829
- :'view_content_watch_time'
830
824
  ])
831
825
  end
832
826
 
@@ -1491,12 +1485,8 @@ module MuxRuby
1491
1485
  self.ad_preroll_startup_time = attributes[:'ad_preroll_startup_time']
1492
1486
  end
1493
1487
 
1494
- if attributes.key?(:'ad_watch_time')
1495
- self.ad_watch_time = attributes[:'ad_watch_time']
1496
- end
1497
-
1498
- if attributes.key?(:'view_content_watch_time')
1499
- self.view_content_watch_time = attributes[:'view_content_watch_time']
1488
+ if attributes.key?(:'view_dropped')
1489
+ self.view_dropped = attributes[:'view_dropped']
1500
1490
  end
1501
1491
  end
1502
1492
 
@@ -1679,8 +1669,7 @@ module MuxRuby
1679
1669
  ad_playback_failure_error_type_id == o.ad_playback_failure_error_type_id &&
1680
1670
  view_content_startup_time == o.view_content_startup_time &&
1681
1671
  ad_preroll_startup_time == o.ad_preroll_startup_time &&
1682
- ad_watch_time == o.ad_watch_time &&
1683
- view_content_watch_time == o.view_content_watch_time
1672
+ view_dropped == o.view_dropped
1684
1673
  end
1685
1674
 
1686
1675
  # @see the `==` method
@@ -1692,7 +1681,7 @@ module MuxRuby
1692
1681
  # Calculates hash code according to all attributes.
1693
1682
  # @return [Integer] Hash code
1694
1683
  def hash
1695
- [view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name, sub_property_id, player_remote_played, view_max_playhead_position, view_playing_time, view_session_id, viewer_connection_type, viewer_device_model, weighted_average_bitrate, custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10, live_stream_latency, asset_id, environment_id, live_stream_id, mux_embed, playback_id, player_error_context, view_drm_type, view_dropped_frame_count, view_has_ad, video_startup_failure, ad_attempt_count, ad_break_count, ad_break_error_count, ad_break_error_percentage, ad_error_count, ad_error_percentage, ad_impression_count, ad_startup_error_count, ad_startup_error_percentage, ad_exit_before_start_count, ad_exit_before_start_percentage, long_resume, long_rebuffering, playback_failure_error_type_id, playback_business_exception_error_type_id, video_startup_business_exception_error_type_id, playback_failure, ad_playback_failure_error_type_id, view_content_startup_time, ad_preroll_startup_time, ad_watch_time, view_content_watch_time].hash
1684
+ [view_total_upscaling, preroll_ad_asset_hostname, player_source_domain, region, viewer_user_agent, preroll_requested, page_type, startup_score, view_seek_duration, country_name, player_source_height, longitude, buffering_count, video_duration, player_source_type, city, view_id, platform_description, video_startup_preroll_request_time, viewer_device_name, video_series, viewer_application_name, updated_at, view_total_content_playback_time, cdn, player_instance_id, video_language, player_source_width, player_error_message, player_mux_plugin_version, watched, playback_score, page_url, metro, view_max_request_latency, requests_for_first_preroll, view_total_downscaling, latitude, player_source_host_name, inserted_at, view_end, mux_embed_version, player_language, page_load_time, viewer_device_category, video_startup_preroll_load_time, player_version, watch_time, player_source_stream_type, preroll_ad_tag_hostname, viewer_device_manufacturer, rebuffering_score, experiment_name, viewer_os_version, player_preload, buffering_duration, player_view_count, player_software, player_load_time, platform_summary, video_encoding_variant, player_width, view_seek_count, viewer_experience_score, view_error_id, video_variant_name, preroll_played, viewer_application_engine, viewer_os_architecture, player_error_code, buffering_rate, events, player_name, view_start, view_average_request_throughput, video_producer, error_type_id, mux_viewer_id, video_id, continent_code, session_id, exit_before_video_start, video_content_type, viewer_os_family, player_poster, view_average_request_latency, video_variant_id, player_source_duration, player_source_url, mux_api_version, video_title, id, short_time, rebuffer_percentage, time_to_first_frame, viewer_user_id, video_stream_type, player_startup_time, viewer_application_version, view_max_downscale_percentage, view_max_upscale_percentage, country_code, used_fullscreen, isp, property_id, player_autoplay, player_height, asn, asn_name, quality_score, player_software_version, player_mux_plugin_name, sub_property_id, player_remote_played, view_max_playhead_position, view_playing_time, view_session_id, viewer_connection_type, viewer_device_model, weighted_average_bitrate, custom_1, custom_2, custom_3, custom_4, custom_5, custom_6, custom_7, custom_8, custom_9, custom_10, live_stream_latency, asset_id, environment_id, live_stream_id, mux_embed, playback_id, player_error_context, view_drm_type, view_dropped_frame_count, view_has_ad, video_startup_failure, ad_attempt_count, ad_break_count, ad_break_error_count, ad_break_error_percentage, ad_error_count, ad_error_percentage, ad_impression_count, ad_startup_error_count, ad_startup_error_percentage, ad_exit_before_start_count, ad_exit_before_start_percentage, long_resume, long_rebuffering, playback_failure_error_type_id, playback_business_exception_error_type_id, video_startup_business_exception_error_type_id, playback_failure, ad_playback_failure_error_type_id, view_content_startup_time, ad_preroll_startup_time, view_dropped].hash
1696
1685
  end
1697
1686
 
1698
1687
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
11
11
  =end
12
12
 
13
13
  module MuxRuby
14
- VERSION = '3.18.0'
14
+ VERSION = '3.20.0'
15
15
  end
@@ -1,12 +1,12 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
2
- /opt/hostedtoolcache/Ruby/3.2.5/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/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/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-3l21j2 sitelibdir\=./.gem.20240829-1813-3l21j2 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-e3km4i sitelibdir\=./.gem.20241115-1796-e3km4i clean
7
7
 
8
8
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
9
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-3l21j2 sitelibdir\=./.gem.20240829-1813-3l21j2
9
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-e3km4i sitelibdir\=./.gem.20241115-1796-e3km4i
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -35,8 +35,8 @@ compiling threads.c
35
35
  linking shared-object byebug/byebug.so
36
36
 
37
37
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
38
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-3l21j2 sitelibdir\=./.gem.20240829-1813-3l21j2 install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20240829-1813-3l21j2/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-e3km4i sitelibdir\=./.gem.20241115-1796-e3km4i install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20241115-1796-e3km4i/byebug
40
40
 
41
41
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug
42
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-3l21j2 sitelibdir\=./.gem.20240829-1813-3l21j2 clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-e3km4i sitelibdir\=./.gem.20241115-1796-e3km4i clean
@@ -1,5 +1,5 @@
1
1
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
2
- /opt/hostedtoolcache/Ruby/3.2.5/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/x64/bin/ruby extconf.rb
3
3
  checking for ffi_prep_closure_loc() in -lffi... yes
4
4
  checking for ffi_prep_cif_var()... yes
5
5
  checking for ffi_raw_call()... yes
@@ -10,10 +10,10 @@ creating extconf.h
10
10
  creating Makefile
11
11
 
12
12
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
13
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-xit14j sitelibdir\=./.gem.20240829-1813-xit14j clean
13
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-rb73kk sitelibdir\=./.gem.20241115-1796-rb73kk clean
14
14
 
15
15
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
16
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-xit14j sitelibdir\=./.gem.20240829-1813-xit14j
16
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-rb73kk sitelibdir\=./.gem.20241115-1796-rb73kk
17
17
  compiling AbstractMemory.c
18
18
  compiling ArrayType.c
19
19
  compiling Buffer.c
@@ -40,8 +40,8 @@ compiling ffi.c
40
40
  linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
43
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-xit14j sitelibdir\=./.gem.20240829-1813-xit14j install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240829-1813-xit14j
43
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-rb73kk sitelibdir\=./.gem.20241115-1796-rb73kk install
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20241115-1796-rb73kk
45
45
 
46
46
  current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c
47
- make DESTDIR\= sitearchdir\=./.gem.20240829-1813-xit14j sitelibdir\=./.gem.20240829-1813-xit14j clean
47
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-rb73kk sitelibdir\=./.gem.20241115-1796-rb73kk clean
@@ -1,7 +1,7 @@
1
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.5/x64/lib pkg-config --exists libffi
2
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.5/x64/lib pkg-config --libs libffi |
1
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --exists libffi
2
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --libs libffi |
3
3
  => "-lffi \n"
4
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lm -lpthread -lc"
4
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lm -lpthread -lc"
15
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib pkg-config --cflags-only-I libffi |
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --cflags-only-I libffi |
27
27
  => "\n"
28
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.5/x64/lib pkg-config --cflags-only-other libffi |
28
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib pkg-config --cflags-only-other libffi |
29
29
  => "\n"
30
- LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.5/x64/lib pkg-config --libs-only-l libffi |
30
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
40
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
65
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
93
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
117
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
145
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
169
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
197
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lffi -lffi -lm -lpthread -lc"
221
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -pthread -lm -lpthread -lc"
244
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lffi -lffi -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/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.20240829-1813-xym57l sitelibdir\=./.gem.20240829-1813-xym57l clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-aa4h12 sitelibdir\=./.gem.20241115-1796-aa4h12 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.20240829-1813-xym57l sitelibdir\=./.gem.20240829-1813-xym57l
9
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-aa4h12 sitelibdir\=./.gem.20241115-1796-aa4h12
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.20240829-1813-xym57l sitelibdir\=./.gem.20240829-1813-xym57l install
26
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240829-1813-xym57l/jaro_winkler
25
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-aa4h12 sitelibdir\=./.gem.20241115-1796-aa4h12 install
26
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20241115-1796-aa4h12/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.20240829-1813-xym57l sitelibdir\=./.gem.20240829-1813-xym57l clean
29
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-aa4h12 sitelibdir\=./.gem.20241115-1796-aa4h12 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.5/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/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.20240829-1813-vq00k5 sitelibdir\=./.gem.20240829-1813-vq00k5 clean
8
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-pfjlw1 sitelibdir\=./.gem.20241115-1796-pfjlw1 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.20240829-1813-vq00k5 sitelibdir\=./.gem.20240829-1813-vq00k5
11
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-pfjlw1 sitelibdir\=./.gem.20241115-1796-pfjlw1
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.20240829-1813-vq00k5 sitelibdir\=./.gem.20240829-1813-vq00k5 install
21
- /usr/bin/install -c -m 0755 psych.so ./.gem.20240829-1813-vq00k5
20
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-pfjlw1 sitelibdir\=./.gem.20241115-1796-pfjlw1 install
21
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20241115-1796-pfjlw1
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.20240829-1813-vq00k5 sitelibdir\=./.gem.20240829-1813-vq00k5 clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-pfjlw1 sitelibdir\=./.gem.20241115-1796-pfjlw1 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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.6/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lyaml -lm -lpthread -lc"
26
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lyaml -lm -lpthread -lc"
54
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/bin/ruby extconf.rb
2
+ /opt/hostedtoolcache/Ruby/3.2.6/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.20240829-1813-rit7ur sitelibdir\=./.gem.20240829-1813-rit7ur clean
7
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-u9suhd sitelibdir\=./.gem.20241115-1796-u9suhd 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.20240829-1813-rit7ur sitelibdir\=./.gem.20240829-1813-rit7ur
10
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-u9suhd sitelibdir\=./.gem.20241115-1796-u9suhd
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.20240829-1813-rit7ur sitelibdir\=./.gem.20240829-1813-rit7ur install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20240829-1813-rit7ur
15
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-u9suhd sitelibdir\=./.gem.20241115-1796-u9suhd install
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20241115-1796-u9suhd
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.20240829-1813-rit7ur sitelibdir\=./.gem.20240829-1813-rit7ur clean
19
+ make DESTDIR\= sitearchdir\=./.gem.20241115-1796-u9suhd sitelibdir\=./.gem.20241115-1796-u9suhd 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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lm -lpthread -lc"
3
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.5/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.5/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.5/x64/lib -lruby -lm -lpthread -lc"
14
+ LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.6/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.6/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.6/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.6/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.6/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.5/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.6/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.5/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.6/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.5/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.6/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.5/x64/include/ruby-3.2.0
16
+ topdir = /opt/hostedtoolcache/Ruby/3.2.6/x64/include/ruby-3.2.0
17
17
  hdrdir = $(topdir)
18
- arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.5/x64/include/ruby-3.2.0/x86_64-linux
18
+ arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.6/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.5/x64
21
+ prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.6/x64
22
22
  rubysitearchprefix = $(rubylibprefix)/$(sitearch)
23
23
  rubyarchprefix = $(rubylibprefix)/$(arch)
24
24
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)