internal/pkg: delete stale done channels
All checks were successful
Test / Create distribution (push) Successful in 44s
Test / Sandbox (push) Successful in 2m31s
Test / Hakurei (push) Successful in 3m37s
Test / ShareFS (push) Successful in 3m43s
Test / Hpkg (push) Successful in 4m21s
Test / Sandbox (race detector) (push) Successful in 4m57s
Test / Hakurei (race detector) (push) Successful in 5m50s
Test / Flake checks (push) Successful in 1m41s

There is no reason to keep these around.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-05 02:12:34 +09:00
parent b98d27f773
commit 7548a627e5

View File

@@ -293,6 +293,7 @@ func (c *Cache) finaliseIdent(
} else {
c.ident[*id] = *checksum
}
delete(c.identPending, *id)
c.identMu.Unlock()
close(done)