eeems-org/reMarkable-Nuitka-Build-Action
Run nuitka build for the reMarkable tablet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| main | Name of the file to compile relative to the path argument | yes | — |
| path | Folder that contains the source code to compile. | no | ${{ github.workspace }} |
| output_dir | Output directory to use relative to the path argument | no | dist |
| mode | Compilation mode to use | no | onefile |
| lto | Use link time optimizations | no | auto |
| extra_flags | Extra flags to pass to nuitka | no | --assume-yes-for-downloads --warn-implicit-exceptions --warn-unusual-code --remove-output --enable-plugin=pylint-warnings --enable-plugin=upx |
| run | Execute immediately after compilation | no | false |
| python_version | Python version to use | no | 3.11 |
| clean_docker_cache | Clean the local docker cache before running | no | false |
| ccache_key | Key used for nuitka ccache | no | — |
Outputs
no outputs