Commit 474cbb6
committed
Fix GCC 14 fixincludes failure + postgresql cache breaker v2
GCC 14's fixincludes step bakes /usr/include into the Makefile via
@BUILD_SYSTEM_HEADER_DIR@ configure-time substitution. On NixOS-based
builders (Determinate Nix Linux VM), /usr/include doesn't exist,
failing all x86_64-linux GCC builds and cascading to 32 Windows
cross-builds. --disable-fixincludes is safe for Nix (store-managed
headers) and already used by nixpkgs' standalone libgcc build.
Also bumps postgresql musl cache breaker to v2 to force new drv hashes
after deploying sync-before-registering to darwin builders.1 parent 47fbbb4 commit 474cbb6
1 file changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
172 | 187 | | |
173 | 188 | | |
174 | 189 | | |
175 | | - | |
| 190 | + | |
176 | 191 | | |
177 | | - | |
| 192 | + | |
178 | 193 | | |
179 | 194 | | |
180 | 195 | | |
| |||
0 commit comments