Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 57fffe7

Browse files
committed
fix: update build_linux_arm to install pyinstaller
1 parent fa3ba26 commit 57fffe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_linux_arm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ pip install -r requirements.txt
44
pip install .
55
python setup.py build
66
STATICCODECOV_LIB_PATH=$(find build/ -maxdepth 1 -type d -name 'lib.*' -print -quit | xargs -I {} sh -c "find {} -type f -name 'staticcodecov*' -print -quit | sed 's|^./||'")
7+
pip install pyinstaller
78
pyinstaller --add-binary ${STATICCODECOV_LIB_PATH}:. --copy-metadata codecov-cli --hidden-import staticcodecov_languages -F codecov_cli/main.py
89
cp ./dist/main ./dist/codecovcli_$1

0 commit comments

Comments
 (0)