Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 20 additions & 48 deletions .sparse/makepkg-git
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,16 @@
/usr/share/makepkg/
/usr/bin/zstd.exe

# AsciiDoctor
/mingw64/bin/asciidoctor
/mingw64/bin/ruby.exe
/mingw64/bin/x64-msvcrt-ruby*.dll
/mingw64/lib/ruby/*/x64-mingw32/rbconfig.rb
/mingw64/lib/ruby/*/rubygems.rb
/mingw64/lib/ruby/*/rubygems/
/mingw64/lib/ruby/*/delegate.rb
/mingw64/lib/ruby/*/uri.rb
/mingw64/lib/ruby/*/uri/
/mingw64/lib/ruby/*/x64-mingw32/stringio.so
/mingw64/lib/ruby/*/monitor.rb
/mingw64/lib/ruby/*/x64-mingw32/monitor.so
/mingw64/lib/ruby/gems/*/gems/asciidoctor-*
/mingw64/lib/ruby/gems/*/specifications/asciidoctor-*.gemspec
/mingw64/lib/ruby/*/tsort.rb
/mingw64/lib/ruby/*/set.rb
/mingw64/lib/ruby/*/logger.rb
/mingw64/lib/ruby/*/x64-mingw32/enc/encdb.so
/mingw64/lib/ruby/*/x64-mingw32/enc/windows_1252.so
/mingw64/lib/ruby/*/optparse.rb
/mingw64/lib/ruby/*/x64-mingw32/strscan.so
/mingw64/lib/ruby/*/pathname.rb
/mingw64/lib/ruby/*/x64-mingw32/pathname.so
/mingw64/lib/ruby/*/did_you_mean*
/mingw64/lib/ruby/*/cgi/util*
/mingw64/lib/ruby/*/logger*
# AsciiDoc
/clangarm64/bin/asciidoc.exe
/clangarm64/bin/asciidoc-script.py
/clangarm64/bin/python*
/clangarm64/bin/libpython*.dll
/clangarm64/lib/python*/
!/clangarm64/lib/python*/site-packages/
!/clangarm64/lib/python*/test/
/clangarm64/lib/python*/site-packages/asciidoc/
/clangarm64/lib/python*/site-packages/asciidoc*-info/
Comment on lines +60 to +64
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to be more mindful here by including only specific folders from /clangarm64/lib/python, but the amount of folders became so large that I just chose to include the entire folder instead and exclude the largest unnecessary ones. With this config, the entire /clangarm64/lib/python3.10 folder is ~26MB, so I think that's ok.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. An alternative might be to use asciidoctor instead, which uses Ruby, like we use to build mingw-w64-x86_64-git-doc-html...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love to, but asciidoctor isn't available yet for clang-aarch64 😅


# xsltproc (e.g. for Git's user-manual.html)
/usr/bin/xsltproc.exe
Expand All @@ -105,21 +88,15 @@
/usr/share/perl5/core_perl/parent.pm

# For building `git-wrapper.exe` in `mingw-w64-git`
/mingw64/include/sh*
/mingw64/lib/libshlwapi.a
/mingw64/x86_64-w64-mingw32/lib/libshlwapi.a
/mingw64/x86_64-w64-mingw32/lib/libcomdlg32.a

# For `cv2pdb-strip` in `mingw-w64-git`
/usr/bin/stat.exe
/mingw64/bin/cv2pdb.exe
/clangarm64/include/sh*
/clangarm64/lib/libshlwapi.a

# For "installing" into `pkg/`
/usr/bin/install.exe

# For a functional `tclsh` so that git-gui can be built
/mingw64/bin/wish.exe
/mingw64/lib/tcl8.6/
/clangarm64/bin/wish.exe
/clangarm64/lib/tcl8.6/

# To compress Pacman packages
/usr/bin/xz.exe
Expand All @@ -128,14 +105,9 @@
/etc/xml/docbook-xml

# For code-signing
/mingw64/bin/osslsigncode.exe
/mingw64/bin/libgsf-[0-9]*.dll
/mingw64/bin/libglib-[0-9]*.dll
/mingw64/bin/libgobject-[0-9]*.dll
/mingw64/bin/libgio-[0-9]*.dll
/mingw64/bin/libxml2-[0-9]*.dll
/mingw64/bin/libgmodule-[0-9]*.dll
/mingw64/bin/libbz2-[0-9]*.dll
/mingw64/bin/liblzma-[0-9]*.dll
/mingw64/bin/libpcre-[0-9]*.dll
/mingw64/bin/libffi-[0-9]*.dll
/clangarm64/bin/osslsigncode.exe
/clangarm64/bin/libxml2-[0-9]*.dll
/clangarm64/bin/libbz2-[0-9]*.dll
/clangarm64/bin/liblzma-[0-9]*.dll
/clangarm64/bin/libpcre-[0-9]*.dll
/clangarm64/bin/libffi-[0-9]*.dll
163 changes: 0 additions & 163 deletions .sparse/makepkg-git-i686

This file was deleted.

Loading