···7374 enableParallelBuilding = true;
7576- # FIXME: Workaround for intermittent build failures of CFRuntime.c.
77- # Based on testing this issue seems to only occur with clang_7, so
78- # please remove this when updating the default llvm versions to 8 or
79- # later.
80- buildPhase = lib.optionalString true ''
81- for i in {1..1}; do
82- if ninja -j $NIX_BUILD_CORES; then
83- break
84- fi
85-86- echo >&2
87- echo "[$i/512] retrying build, workaround for #66811" >&2
88- echo " With clang_7 the build of CFRuntime.c fails intermittently." >&2
89- echo " See https://github.com/NixOS/nixpkgs/issues/66811 for more details." >&2
90- echo >&2
91- continue
92- done
93- '';
9495 # TODO: their build system sorta kinda can do this, but it doesn't seem to work right now
96 # Also, this includes a bunch of private headers in the framework, which is not what we want
···7374 enableParallelBuilding = true;
7576+ buildPhase = "ninja -j $NIX_BUILD_CORES";
000000000000000007778 # TODO: their build system sorta kinda can do this, but it doesn't seem to work right now
79 # Also, this includes a bunch of private headers in the framework, which is not what we want