Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up cross-platform builds #70

Open
briandealwis opened this issue Apr 30, 2021 · 0 comments
Open

Speed up cross-platform builds #70

briandealwis opened this issue Apr 30, 2021 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@briandealwis
Copy link
Member

I think we can speed up the Go and Python builds by using buildkit's target platforms.

Go and Delve

Go supports cross-platform building; I'm uncertain if we can do deep-static linking with -extldflags "-static"'.

Python

pip supports --platform and --abi flags. ​Something like:

​pip install --only-binary=:all: --abi cp39 --platform=manylinux2014_x86_64 --target=/dbg/python/lib/python3.9/site-packages debugpy

The platforms ​and mappings are listed here: https://github.com/pypa/manylinux

@briandealwis briandealwis added the kind/enhancement New feature or request label Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant