internal/pkg: ignore typeflag 'g'
All checks were successful
Test / ShareFS (push) Successful in 3m42s
Test / Hpkg (push) Successful in 4m18s
Test / Sandbox (race detector) (push) Successful in 4m54s
Test / Hakurei (race detector) (push) Successful in 5m51s
Test / Flake checks (push) Successful in 1m40s
Test / Create distribution (push) Successful in 44s
Test / Sandbox (push) Successful in 2m38s
Test / Hakurei (push) Successful in 3m34s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-04 12:46:56 +09:00
parent 3eb927823f
commit d6e4f85864

View File

@@ -199,6 +199,10 @@ func (a *tarArtifact) Pathname() (*check.Absolute, error) {
}
break
case tar.TypeXGlobalHeader:
// ignore
break
default:
return DisallowedTypeflagError(typeflag)
}