Commit f3dd8cf
committed
Scope gcc14 fixincludes override to Linux only
The gcc14 override with --disable-fixincludes was applied globally,
including aarch64-darwin where gfortran fails to bootstrap against
Apple SDK 14.4 (__FLT_EVAL_METHOD__ error in math.h). This caused
the Hydra evaluator to get stuck in an infinite retry loop for 12+
hours trying to build gfortran on darwin builders during IFD.
Scope the override to !isDarwin using optionalAttrs. The fixincludes
issue only affects Linux builders (Determinate Nix VM lacks /usr/include).1 parent 474cbb6 commit f3dd8cf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments