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
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:
@@ -199,6 +199,10 @@ func (a *tarArtifact) Pathname() (*check.Absolute, error) {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|
||||||
|
case tar.TypeXGlobalHeader:
|
||||||
|
// ignore
|
||||||
|
break
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return DisallowedTypeflagError(typeflag)
|
return DisallowedTypeflagError(typeflag)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user