breezy-apple-27122
03/05/2025, 1:42 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",
],
)
But I'm not getting the pex in the output. What I'm doing wrong?
If I remove "--scie-only", a pex is output, but it's not scie.breezy-apple-27122
03/05/2025, 1:43 PMwide-midnight-78598
03/05/2025, 1:47 PMscie output from pex in pants. I use science to make them, and I have a separate scie_binary plugin, but I've been meaning to look at this one of these days.
I wonder if scie's aren't materialized out of the sandboxwide-midnight-78598
03/05/2025, 1:47 PMwide-midnight-78598
03/05/2025, 1:50 PMwide-midnight-78598
03/05/2025, 1:51 PMscie the same thing as what the pex would be named?happy-kitchen-89482
03/05/2025, 5:03 PMbreezy-apple-27122
03/05/2025, 5:20 PMbreezy-apple-27122
03/05/2025, 5:22 PMpants --keep-sandboxes=always package projects/example/functions/hello:bin-compiledbreezy-apple-27122
03/05/2025, 5:49 PMbreezy-apple-27122
03/05/2025, 5:50 PMwide-midnight-78598
03/05/2025, 5:57 PM