2024-01-31 00:48:20 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2024-02-05 13:20:57 +00:00
|
|
|
# pip install nuitka==2.0.1
|
2024-01-31 00:48:20 +00:00
|
|
|
# sudo apt install patchelf ccache -y
|
|
|
|
|
# sudo /usr/sbin/update-ccache-symlinks
|
|
|
|
|
# export PATH="/usr/lib/ccache:$PATH"
|
|
|
|
|
|
2024-02-05 13:20:57 +00:00
|
|
|
python3 -m nuitka --standalone --nofollow-import-to=pytest --python-flag=nosite,-O,isolated --plugin-enable=anti-bloat,implicit-imports,data-files,pylint-warnings --warn-implicit-exceptions --warn-unusual-code --prefer-source-code --include-package=uvicorn.workers --include-package=sentry_sdk.integrations server
|
|
|
|
|
|