Skip to content

Commit 4cfaa98

Browse files
committed
build-installers: really adapt to latest Ruby version
To be able to run AsciiDoctor, Git for Windows requires Ruby. MSYS2 recently updated Ruby from v3.1.5 to v3.3.0, which requires updates to the `build-installers` sparse-checkout definition. Just like `git-sdk-64` and `git-sdk-32`, we already updated the definition to include the new `bundled_gems` and `syntax_suggest` files. But we also need to adapt to the different DLL name in `git-sdk-arm64`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e077808 commit 4cfaa98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sparse/makepkg-git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
/clangarm64/bin/asciidoctor
6868
/clangarm64/bin/ruby.exe
6969
/clangarm64/bin/ruby*.dll
70+
/clangarm64/bin/aarch64-ucrt-ruby*.dll
7071
/clangarm64/lib/ruby/*/aarch64-mingw-ucrt/rbconfig.rb
7172
/clangarm64/lib/ruby/*/rubygems.rb
7273
/clangarm64/lib/ruby/*/rubygems/

0 commit comments

Comments
 (0)