UBUNTU: [Packaging] abi-check: ignore failures when abi check is skipped
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
93592077df
commit
ea57d726fc
Vendored
+1
-1
@@ -101,7 +101,7 @@ changed_type = 0
|
||||
error = False
|
||||
for sym, vals in symbols.items():
|
||||
# Ignore new symbols
|
||||
if 'old' not in vals:
|
||||
if 'old' not in vals or 'loc' not in vals:
|
||||
continue
|
||||
|
||||
# Changes in location don't hurt us, but log it anyway
|
||||
|
||||
Reference in New Issue
Block a user