You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(build_environment): accept sdist_root_dir and req in BuildEnvironment
Replace the generic `parent_dir` parameter with `sdist_root_dir` and
`req` so that `BuildEnvironment` has the context it needs for future
sandboxing and environment filtering. All arguments are now
keyword-only and follow the common `ctx, req, sdist_root_dir` order.
Part of the sandboxing proposal.
See: #1019
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Christian Heimes <cheimes@redhat.com>
0 commit comments