Skip to content

Commit

Permalink
makepkg-git: accommodate for Ruby v3.4.0
Browse files Browse the repository at this point in the history
In that version, `strscan` not only has a native library but also Ruby
code that we need to provide to be able to run `asciidoctor` (which is
used to render Git's documentation).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 21, 2025
1 parent ba5bcf0 commit ad1276d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .sparse/makepkg-git
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
/clangarm64/lib/ruby/*/aarch64-mingw-ucrt/enc/windows_1252.so
/clangarm64/lib/ruby/*/optparse.rb
/clangarm64/lib/ruby/*/aarch64-mingw-ucrt/strscan.so
/clangarm64/lib/ruby/*/strscan/strscan.rb
/clangarm64/lib/ruby/*/pathname.rb
/clangarm64/lib/ruby/*/aarch64-mingw-ucrt/pathname.so
/clangarm64/lib/ruby/*/did_you_mean*
Expand Down

0 comments on commit ad1276d

Please sign in to comment.