freecad: require big-parallel system feature

Otherwise we allocate a build slot that is too small for the amount of
work this package build requires.

(cherry picked from commit 54d67fe255)
This commit is contained in:
Martin Weinelt
2026-06-28 01:36:53 +02:00
committed by github-actions[bot]
parent a4b9b7b660
commit 4dd449d232

View File

@@ -146,6 +146,9 @@ freecad-utils.makeCustomizable (
};
};
# 6.9k object files, cuts down build time from 2-3 hours to 15 minutes
requiredSystemFeatures = [ "big-parallel" ];
meta = {
homepage = "https://www.freecad.org";
description = "General purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler";