mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Remove Tags
from tracing
(#2704)
Oops, these show in `tracing` now, and they're huge.
This commit is contained in:
parent
4cc91cc6bb
commit
f8f7f848f5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl<'a, Context: BuildContext + Send + Sync> DistributionDatabase<'a, Context>
|
|||
///
|
||||
/// If `no_remote_wheel` is set, the wheel will be built from a source distribution
|
||||
/// even if compatible pre-built wheels are available.
|
||||
#[instrument(skip(self))]
|
||||
#[instrument(skip_all, fields(%dist))]
|
||||
pub async fn get_or_build_wheel(&self, dist: &Dist, tags: &Tags) -> Result<LocalWheel, Error> {
|
||||
match dist {
|
||||
Dist::Built(built) => self.get_wheel(built).await,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue