[ci] Do not strip, when packaging with pyinstaller, because it leads to segfaults
This commit is contained in:
parent
380c8475e6
commit
728887b432
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user