Skip to content

Commit 764ec50

Browse files
authored
Merge pull request #633 from git-for-windows/fix-mingit-builds
mingit: exclude the tzdata
2 parents 2632604 + 682dfd7 commit 764ec50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
echo "test-sdk-artifacts=true" >>$GITHUB_OUTPUT
5555
5656
git ls-files \*/release.sh | sed 's|[^/]*$||' | sort >releaseable.txt &&
57-
show_files releaseable.txt &&
5857
if grep -q test-sdk-artifacts=true $GITHUB_OUTPUT
5958
then
60-
# These are already tested as part of the `sdk-artifacts` matrix
61-
sed -i '/^\(installer\|mingit\)\/$/d' releaseable.txt
59+
# This is already tested as part of the `sdk-artifacts` matrix
60+
sed -i '/^\(installer\)\/$/d' releaseable.txt
6261
fi &&
62+
show_files releaseable.txt &&
6363
define_matrix artifacts releaseable.txt touched.txt artifacts.txt &&
6464
show_files artifacts.txt ||
6565
exit $?

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ then
5050
PACKAGE_EXCLUDES="$PACKAGE_EXCLUDES mingw-w64-bzip2 mingw-w64-c-ares
5151
mingw-w64-libsystre mingw-w64-libtre-git mingw-w64-p11-kit
5252
mingw-w64-tcl mingw-w64-tk mingw-w64-wineditline gdbm icu libdb
53-
libedit libgdbm perl perl-.*"
53+
libedit libgdbm perl perl-.* mingw-w64-tzdata"
5454
fi
5555
if test -z "$INCLUDE_GIT_UPDATE"
5656
then

0 commit comments

Comments
 (0)