Skip to content

mingit: exclude the tzdata #633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 15, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
echo "test-sdk-artifacts=true" >>$GITHUB_OUTPUT

git ls-files \*/release.sh | sed 's|[^/]*$||' | sort >releaseable.txt &&
show_files releaseable.txt &&
if grep -q test-sdk-artifacts=true $GITHUB_OUTPUT
then
# These are already tested as part of the `sdk-artifacts` matrix
sed -i '/^\(installer\|mingit\)\/$/d' releaseable.txt
# This is already tested as part of the `sdk-artifacts` matrix
sed -i '/^\(installer\)\/$/d' releaseable.txt
fi &&
show_files releaseable.txt &&
define_matrix artifacts releaseable.txt touched.txt artifacts.txt &&
show_files artifacts.txt ||
exit $?
Expand Down
2 changes: 1 addition & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
PACKAGE_EXCLUDES="$PACKAGE_EXCLUDES mingw-w64-bzip2 mingw-w64-c-ares
mingw-w64-libsystre mingw-w64-libtre-git mingw-w64-p11-kit
mingw-w64-tcl mingw-w64-tk mingw-w64-wineditline gdbm icu libdb
libedit libgdbm perl perl-.*"
libedit libgdbm perl perl-.* mingw-w64-tzdata"
fi
if test -z "$INCLUDE_GIT_UPDATE"
then
Expand Down