Hacker News new | ask | show | jobs
by fire_lake 724 days ago
Bazel Python does not cross compile IIRC. How was this achieved?
1 comments

Python is only used for build-time tooling (modeling, code generators) and developer tooling. All the on-target code is C and C++, and only that is cross compiled (Linux, QNX, various RTOS and x86+aarch64)