mux_ruby 3.15.0 → 3.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/AbridgedVideoView.md +3 -1
- data/docs/CreateAssetRequest.md +3 -1
- data/docs/CreateLiveStreamRequest.md +2 -0
- data/docs/CreatePlaybackIDRequest.md +3 -1
- data/docs/CreatePlaybackRestrictionRequest.md +3 -1
- data/docs/CreateUploadRequest.md +1 -1
- data/docs/DRMConfiguration.md +18 -0
- data/docs/DRMConfigurationResponse.md +18 -0
- data/docs/DRMConfigurationsApi.md +153 -0
- data/docs/DeliveryReport.md +2 -0
- data/docs/GenerateTrackSubtitlesResponse.md +1 -1
- data/docs/ListDRMConfigurationsResponse.md +18 -0
- data/docs/MetricsApi.md +8 -8
- data/docs/PlaybackID.md +3 -1
- data/docs/PlaybackRestriction.md +3 -1
- data/docs/PlaybackRestrictionsApi.md +73 -0
- data/docs/UpdateLiveStreamNewAssetSettings.md +18 -0
- data/docs/UpdateLiveStreamRequest.md +3 -1
- data/docs/UpdateUserAgentRestrictionRequest.md +20 -0
- data/docs/UserAgentRestrictionRequest.md +20 -0
- data/docs/UserAgentRestrictionSettings.md +20 -0
- data/docs/VideoView.md +13 -1
- data/gen/generator-config.json +1 -1
- data/lib/mux_ruby/api/drm_configurations_api.rb +148 -0
- data/lib/mux_ruby/api/metrics_api.rb +14 -14
- data/lib/mux_ruby/api/playback_restrictions_api.rb +71 -0
- data/lib/mux_ruby/models/abridged_video_view.rb +14 -5
- data/lib/mux_ruby/models/create_asset_request.rb +14 -2
- data/lib/mux_ruby/models/create_live_stream_request.rb +13 -1
- data/lib/mux_ruby/models/create_playback_id_request.rb +14 -4
- data/lib/mux_ruby/models/create_playback_restriction_request.rb +13 -4
- data/lib/mux_ruby/models/create_upload_request.rb +1 -0
- data/lib/mux_ruby/models/delivery_report.rb +23 -1
- data/lib/mux_ruby/models/drm_configuration.rb +219 -0
- data/lib/mux_ruby/models/drm_configuration_response.rb +218 -0
- data/lib/mux_ruby/models/generate_track_subtitles_response.rb +4 -2
- data/lib/mux_ruby/models/list_drm_configurations_response.rb +220 -0
- data/lib/mux_ruby/models/playback_id.rb +14 -4
- data/lib/mux_ruby/models/playback_policy.rb +1 -0
- data/lib/mux_ruby/models/playback_restriction.rb +13 -4
- data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +254 -0
- data/lib/mux_ruby/models/update_live_stream_request.rb +13 -4
- data/lib/mux_ruby/models/update_user_agent_restriction_request.rb +233 -0
- data/lib/mux_ruby/models/user_agent_restriction_request.rb +234 -0
- data/lib/mux_ruby/models/user_agent_restriction_settings.rb +234 -0
- data/lib/mux_ruby/models/video_view.rb +66 -4
- data/lib/mux_ruby/version.rb +1 -1
- data/lib/mux_ruby.rb +8 -0
- data/spec/api/drm_configurations_api_spec.rb +60 -0
- data/spec/models/drm_configuration_response_spec.rb +34 -0
- data/spec/models/drm_configuration_spec.rb +34 -0
- data/spec/models/list_drm_configurations_response_spec.rb +34 -0
- data/spec/models/update_live_stream_new_asset_settings_spec.rb +38 -0
- data/spec/models/update_user_agent_restriction_request_spec.rb +40 -0
- data/spec/models/user_agent_restriction_request_spec.rb +40 -0
- data/spec/models/user_agent_restriction_settings_spec.rb +40 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +18 -18
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/gem_make.out +14 -14
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +4 -4
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
- metadata +185 -153
@@ -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.4/ext/jaro_winkler
|
2
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.4/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.4/ext/jaro_winkler
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-u6h68u sitelibdir\=./.gem.20240701-1744-u6h68u 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.4/ext/jaro_winkler
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-u6h68u sitelibdir\=./.gem.20240701-1744-u6h68u
|
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]
|
@@ -19,12 +19,12 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
|
|
19
19
|
compiling codepoints.c
|
20
20
|
compiling jaro.c
|
21
21
|
compiling jaro_winkler.c
|
22
|
-
In file included from /opt/hostedtoolcache/Ruby/3.2.
|
23
|
-
from /opt/hostedtoolcache/Ruby/3.2.
|
22
|
+
In file included from /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/ruby.h:27,
|
23
|
+
from /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby.h:38,
|
24
24
|
from codepoints.h:2,
|
25
25
|
from jaro_winkler.c:1:
|
26
26
|
jaro_winkler.c: In function ‘Init_jaro_winkler_ext’:
|
27
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
27
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
|
28
28
|
308 | #define rb_define_singleton_method(obj, mid, func, arity) RBIMPL_ANYARGS_DISPATCH_rb_define_singleton_method((arity), (func))((obj), (mid), (func), (arity))
|
29
29
|
| ^~~~~~
|
30
30
|
| |
|
@@ -32,13 +32,13 @@ jaro_winkler.c: In function ‘Init_jaro_winkler_ext’:
|
|
32
32
|
jaro_winkler.c:19:3: note: in expansion of macro ‘rb_define_singleton_method’
|
33
33
|
19 | rb_define_singleton_method(rb_mJaroWinkler, "distance",
|
34
34
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
35
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
35
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
|
36
36
|
271 | RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *)
|
37
37
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
38
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
38
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
|
39
39
|
254 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m1(__VA_ARGS__, VALUE(*)(int, union { VALUE *x; const VALUE *y; } __attribute__((__transparent_union__)), VALUE), int); \
|
40
40
|
| ^~~
|
41
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
41
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:308:143: warning: passing argument 3 of ‘rb_define_singleton_method_m1’ from incompatible pointer type [-Wincompatible-pointer-types]
|
42
42
|
308 | #define rb_define_singleton_method(obj, mid, func, arity) RBIMPL_ANYARGS_DISPATCH_rb_define_singleton_method((arity), (func))((obj), (mid), (func), (arity))
|
43
43
|
| ^~~~~~
|
44
44
|
| |
|
@@ -46,10 +46,10 @@ jaro_winkler.c:19:3: note: in expansion of macro ‘rb_define_singleton_method
|
|
46
46
|
jaro_winkler.c:21:3: note: in expansion of macro ‘rb_define_singleton_method’
|
47
47
|
21 | rb_define_singleton_method(rb_mJaroWinkler, "jaro_distance", rb_jaro_distance,
|
48
48
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
49
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
49
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:271:21: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE)’ {aka ‘long unsigned int (*)(int, union <anonymous>, long unsigned int)’} but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE)’ {aka ‘long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)’}
|
50
50
|
271 | RBIMPL_ANYARGS_DECL(rb_define_singleton_method, VALUE, const char *)
|
51
51
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
52
|
-
/opt/hostedtoolcache/Ruby/3.2.
|
52
|
+
/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/internal/anyargs.h:254:41: note: in definition of macro ‘RBIMPL_ANYARGS_DECL’
|
53
53
|
254 | RBIMPL_ANYARGS_ATTRSET(sym) static void sym ## _m1(__VA_ARGS__, VALUE(*)(int, union { VALUE *x; const VALUE *y; } __attribute__((__transparent_union__)), VALUE), int); \
|
54
54
|
| ^~~
|
55
55
|
jaro_winkler.c: At top level:
|
@@ -59,8 +59,8 @@ cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’
|
|
59
59
|
linking shared-object jaro_winkler/jaro_winkler_ext.so
|
60
60
|
|
61
61
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
62
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
63
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
62
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-u6h68u sitelibdir\=./.gem.20240701-1744-u6h68u install
|
63
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240701-1744-u6h68u/jaro_winkler
|
64
64
|
|
65
65
|
current directory: /home/runner/work/mux-ruby/mux-ruby/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
66
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
66
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-u6h68u sitelibdir\=./.gem.20240701-1744-u6h68u clean
|
Binary file
|
@@ -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.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.4/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.
|
8
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw 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.
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw
|
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.
|
21
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
20
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw install
|
21
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20240701-1744-6faqrw
|
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.
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-6faqrw sitelibdir\=./.gem.20240701-1744-6faqrw 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.
|
3
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/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.
|
14
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.
|
26
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/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.
|
54
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lyaml -lm -lpthread -lc"
|
55
55
|
checked program was:
|
56
56
|
/* begin */
|
57
57
|
1: #include "ruby.h"
|
Binary file
|
@@ -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.
|
2
|
+
/opt/hostedtoolcache/Ruby/3.2.4/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.
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-2mgxhw sitelibdir\=./.gem.20240701-1744-2mgxhw 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.
|
10
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-2mgxhw sitelibdir\=./.gem.20240701-1744-2mgxhw
|
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.
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-2mgxhw sitelibdir\=./.gem.20240701-1744-2mgxhw install
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20240701-1744-2mgxhw
|
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.
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20240701-1744-2mgxhw sitelibdir\=./.gem.20240701-1744-2mgxhw 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.
|
3
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/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.
|
14
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.4/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.4/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.4/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.4/x64/lib -lruby -lm -lpthread -lc"
|
15
15
|
checked program was:
|
16
16
|
/* begin */
|
17
17
|
1: #include "ruby.h"
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.4/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.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.4/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.4/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.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.4/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.4/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.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.4/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.4/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.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.4/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|
@@ -13,12 +13,12 @@ NULLCMD = :
|
|
13
13
|
#### Start of system configuration section. ####
|
14
14
|
|
15
15
|
srcdir = .
|
16
|
-
topdir = /opt/hostedtoolcache/Ruby/3.2.
|
16
|
+
topdir = /opt/hostedtoolcache/Ruby/3.2.4/x64/include/ruby-3.2.0
|
17
17
|
hdrdir = $(topdir)
|
18
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.
|
18
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/3.2.4/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.
|
21
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/3.2.4/x64
|
22
22
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
23
23
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
24
24
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
Binary file
|