Skip to content

Commit

Permalink
build-installers: adapt to latest Ruby version
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 25, 2024
1 parent 05b7378 commit b70796b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sparse/makepkg-git
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
/mingw64/lib/ruby/*/did_you_mean*
/mingw64/lib/ruby/*/cgi/util*
/mingw64/lib/ruby/*/logger*
/mingw64/lib/ruby/*/bundled_gems.rb
/mingw64/lib/ruby/*/syntax_suggest*

# xsltproc (e.g. for Git's user-manual.html)
/usr/bin/xsltproc.exe
Expand Down
2 changes: 2 additions & 0 deletions .sparse/makepkg-git-i686
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
/mingw32/lib/ruby/*/did_you_mean*
/mingw32/lib/ruby/*/cgi/util*
/mingw32/lib/ruby/*/logger*
/mingw32/lib/ruby/*/bundled_gems.rb
/mingw32/lib/ruby/*/syntax_suggest*

# For building `git-wrapper.exe` in `mingw-w64-git` (32-bit)
/mingw32/include/sh*
Expand Down

0 comments on commit b70796b

Please sign in to comment.