Skip to content

Fix building the NuGet package #622

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 2 commits into from
Jun 3, 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
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
-e '/^make-file-list\.sh$/ainstaller/' \
-e '/^make-file-list\.sh$/aportable/' \
-e '/^make-file-list\.sh$/amingit/' \
-e '/^make-file-list\.sh$/anuget/' \
-e '/^7-Zip\//aportable/' \
-e 's|^\(installer/\).*|\1|' \
-e 's|[^/]*$||' |
Expand Down Expand Up @@ -134,6 +135,10 @@ jobs:
git-sdk: git-sdk-arm64
mingw-prefix: clangarm64
msystem: CLANGARM64
exclude:
- directory: nuget
architecture:
name: aarch64
runs-on: ${{ matrix.architecture.runner }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,14 @@ then
etc/profile
etc/profile.d/lang.sh
etc/bash.bashrc
etc/msystem*
etc/msystem
usr/bin/dash.exe
usr/bin/getopt.exe
EOF
test ! -f /etc/bash.bash_logout ||
echo etc/bash.bash_logout
test ! -d /etc/msystem.d ||
(cd / && find etc/msystem.d -type f)
fi

EXTRA_DLL_FILES=
Expand Down