mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
9 lines
473 B
Bash
Executable file
9 lines
473 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# pip install nuitka==2.0.1
|
|
# sudo apt install patchelf ccache -y
|
|
# sudo /usr/sbin/update-ccache-symlinks
|
|
# export PATH="/usr/lib/ccache:$PATH"
|
|
|
|
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
|
|
|