Stackers: Update the stack orders to try quick header check layers first

This commit is contained in:
Mike Auty
2019-11-16 12:53:56 +00:00
committed by ikelos
parent 1f0e81a898
commit dcf5b1f68c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class LinuxSymbolFinder(symbol_finder.SymbolFinder):
class LintelStacker(interfaces.automagic.StackerLayerInterface):
stack_order = 12
stack_order = 45
@classmethod
def stack(cls,
+1 -1
View File
@@ -31,7 +31,7 @@ class MacSymbolFinder(symbol_finder.SymbolFinder):
class MacintelStacker(interfaces.automagic.StackerLayerInterface):
stack_order = 12
stack_order = 45
@classmethod
def stack(cls,
@@ -287,6 +287,7 @@ class WintelHelper(interfaces.automagic.AutomagicInterface):
class WintelStacker(interfaces.automagic.StackerLayerInterface):
stack_order = 40
@classmethod
def stack(cls,