forked from ALHP/ALHP.GO
do not show lto status on failed packages
This commit is contained in:
2
main.go
2
main.go
@@ -376,7 +376,7 @@ func (b *BuildManager) htmlWorker() {
|
||||
|
||||
switch pkg.Lto {
|
||||
case dbpackage.LtoUnknown:
|
||||
if pkg.Status != dbpackage.StatusSkipped {
|
||||
if pkg.Status != dbpackage.StatusSkipped && pkg.Status != dbpackage.StatusFailed {
|
||||
addPkg.LTOUnknown = true
|
||||
}
|
||||
case dbpackage.LtoEnabled:
|
||||
|
Reference in New Issue
Block a user