-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
x.py install doesn't install binaries. #80683
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
CC @pietroalbini
On today's git (0cd459f)
x.py installwith the config below doesn't install any binaries.Here's the config:
docs = falseis needed to work around a differentx.pybug where installing the docs hangs.After
x.py installthe resulting install dir contains:Also odd that some docs are installed?
Thanks!