python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
Hello, I'm trying to add Windows ARM64 compatibility in your python-build-standalone. I started working with it. OpenSSL is compiled, libffi checks done, but https://github.com/adiantek/python-build-standalone/runs/3770671733?check_suite_focus=true#step:7:7470 why `-march64` is ignored? And I...
I see in the documentation [here](https://gregoryszorc.com/docs/python-build-standalone/20240224/running.html?highlight=vcruntime140+dll#windows) that the Windows distributions depend on the the Microsoft Visual C++ Redistributable due to `vcruntime140.dll`. I noticed, however, when I downloaded a few of...
Linking the original issue here (we use `rules_python`, where I raised it first): https://github.com/bazelbuild/rules_python/issues/1737 I want to use eBPF to do arbitrary performance profiling of our code, but its not...
I'm seeing extremely slow container builds on Linux that hang at 100% CPU during `apt-get update`. I see very little network IO, disk IO, and memory consumption. I've let it...
This project was created in support of PyOxidizer. And a goal of PyOxidizer was to see if it was possible to achieve a single file executable Python application. In order...
Using "nightly" loosely but having an option to use the greatest in newest release candidate could help debug early on/find bugs that didn't previously cause issues due to new usage/allow...
In 5246d4edc0800a9ab65115d25ee96350334c71ed `--enable-symlinks` creates a circular symlink in case-insensitive file systems like APFS. ``` share/terminfo/N/NCR260VT300WPP --> ../n/ncr260vt300wpp ``` which leads to problems with globs in bazel. The fix must be...
Firstly, thanks for this great project! Would be great if armv7-unknown-linux-musleabihf target is made available. Ideally with a configurable or static musl version. Use case: always have minimum required python...
Python 3.11 introduced a multi-phase build approach where some additional .pyc are frozen into the binary. The build system changes appear to have invalidated some of our object file annotation...
Is it possible to add build musl static for aarch64?