Prefetch tarballs in bundle pipline

Fetch third party tarballs for source packages so they will be bundled
in source release tarballs.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-01-20 16:30:01 +01:00
parent f9a43c8c40
commit 3aa95b7a28
+5
View File
@@ -7,6 +7,11 @@ GZIP7ZOPTS="-mx=9"
BUNDLE_VERSION=${BUNDLE_VERSION:="0.28.0dev"}
PREFIX="0ad-${BUNDLE_VERSION}"
# Prefetch third party tarballs
for pkg in ./libraries/source/*; do
"${pkg}"/build.sh --fetch-only
done
# Collect the relevant files
tar cf "$PREFIX"-unix-build.tar \
--exclude='*.bat' --exclude='*.dll' --exclude='*.exe' --exclude='*.lib' --exclude='*.pdb' \