diff --git a/proto_package.go b/proto_package.go index b7b5719..862d934 100644 --- a/proto_package.go +++ b/proto_package.go @@ -43,11 +43,6 @@ var ( ) func (p *ProtoPackage) isEligible(ctx context.Context) bool { - if !p.isAvailable(alpmHandle) { - log.Debugf("[%s/%s] not available on mirror, skipping build", p.FullRepo, p.Pkgbase) - return false - } - skipping := false switch { case p.Arch == "any":