Fix git commit hash details for pip build. #7623

Skip regression folder when creating pip builds to reduce bundle size.
This commit is contained in:
Aditya Toshniwal
2024-07-17 14:30:02 +05:30
parent 1eb07608e9
commit 01cb1839f8
2 changed files with 6 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ do
done
# Copy the commit_hash file, it doesn't show up in git ls-files
echo Adding "web/commit_hash"
tar cf - "web/commit_hash" | (cd "src-build/${TARBALL_NAME}"; tar xf -)
# Create the tarball