[ci] Do not strip, when packaging with pyinstaller, because it leads to segfaults

This commit is contained in:
Fabian 2022-09-27 19:44:47 +02:00
parent 380c8475e6
commit 728887b432

View File

@ -36,7 +36,7 @@ package_linux:
- pipenv sync --dev
script:
- pipenv run python -m build -w
- pipenv run pyinstaller --onefile --strip --name "${LINUX_AMD64_BINARY}" src/fime/main.py
- pipenv run pyinstaller --onefile --name "${LINUX_AMD64_BINARY}" src/fime/main.py
artifacts:
paths:
- dist/*.whl