Skip to content

Commit b182d52

Browse files
committed
add parallelism limits for Qt6
1 parent 7e6cf6b commit b182d52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eb_hooks.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,4 +1720,10 @@ def set_maximum(parallel, max_value):
17201720
'Qt5': {
17211721
CPU_TARGET_A64FX: (set_maximum, 8),
17221722
},
1723+
'Qt6': {
1724+
CPU_TARGET_A64FX: (set_maximum, 8),
1725+
CPU_TARGET_AARCH64_GENERIC: (set_maximum, 12),
1726+
CPU_TARGET_NEOVERSE_N1: (set_maximum, 12),
1727+
CPU_TARGET_NEOVERSE_V1: (set_maximum, 12),
1728+
},
17231729
}

0 commit comments

Comments
 (0)