Skip to content

Commit 57180f0

Browse files
committed
use at most 8 cores when building Qt5
1 parent c88c125 commit 57180f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ def set_maximum(parallel, max_value):
12801280
CPU_TARGET_A64FX: (set_maximum, 8),
12811281
},
12821282
'Qt5': {
1283-
CPU_TARGET_A64FX: (divide_by_factor, 2),
1283+
CPU_TARGET_A64FX: (set_maximum, 8),
12841284
},
12851285
'ROOT': {
12861286
CPU_TARGET_A64FX: (divide_by_factor, 2),

0 commit comments

Comments
 (0)