Commit aec2355
authored
Fix cross-compile path nesting and ruby-version-file warning in CD (#156)
* Fix cross-compile path nesting for native extensions
The compile.rake was adding the host Ruby version to ext.lib_dir while
extconf.rb added the target Ruby version, causing double nesting like
lib/code_ownership/4.0/3.2/code_ownership.so instead of the expected
lib/code_ownership/3.2/code_ownership.so.
This broke gem loading on Ruby 4.0 with "cannot load such file" errors.
* Fix ruby-version-file warning in CD workflow
Replace ruby-version-file with explicit ruby-version to avoid
"Unexpected input" warnings from the setup-ruby action.1 parent e48f77f commit aec2355
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
0 commit comments