Commit 434810f
committed
feat(build): migrate from PyOxidizer to PyInstaller for better platform support
PyOxidizer 0.24.0 has limited Python 3.11 support across platforms, causing
build failures on Windows, Linux, and macOS. PyInstaller provides broader
platform compatibility and simpler configuration.
Changes:
- Remove pyoxidizer.bzl configuration
- Update python-ci.yml to pass entry_point parameter to build workflow
- Entry point: ccproxy.cli.main:main
Related workflow changes in homebrew-packages will enable PyInstaller builds.1 parent 97256de commit 434810f
2 files changed
+1
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
This file was deleted.
0 commit comments