cool-easter-32542
03/05/2025, 5:48 PMpex_binary(
name="bin-compiled",
entry_point="__init__.py",
environment="docker_linux",
extra_build_args=[
"--scie=eager",
"--scie-only"
"--scie-python-version=3.11.11",
"--scie-platform=linux-x86_64",
"--scie-pbs-stripped",
],
execution_mode="venv",
)
But when I run pants package target:bin-compiled nothing goes to the dist folder.
If I remove --scie-only, then I have one pex as output, but it's not scie.
Describe the solution you'd like
I wanted to have pex_binary target to be able to output in scie format. This would help a lot on having slim and dependency free docker images for my applications.
Describe alternatives you've considered
For now there's no alternative. I need to keep using zipapp pexes.
pantsbuild/pantscool-easter-32542
03/08/2025, 11:03 AM