Take a build constraints reference in BuildDispatch (#15090)

## Summary

This is just more consistent with the other fields.
This commit is contained in:
Charlie Marsh 2025-08-05 19:28:02 +01:00 committed by GitHub
parent 089b6d5538
commit 57f900ad0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 18 additions and 15 deletions

View file

@ -182,7 +182,7 @@ mod resolver {
let build_context = BuildDispatch::new(
client,
&cache,
build_constraints,
&build_constraints,
interpreter,
&index_locations,
&flat_index,