Commit 9c4e9cc
committed
Clean up postgresql postFixup: remove debug output
The build failure is NOT a reference cycle — it's the Determinate Nix
daemon's orphaned store path bug on macOS (APFS). Outputs exist on disk
but fail to register in the Nix DB (.lock files present, nix path-info
says "not valid"). Confirmed on darwin-8: all 5 postgresql outputs are
orphaned despite sync-before-registering=true being deployed.
Keep the remove-references-to fix (strips dev ref from libecpg.so) as
a precaution against actual cycles, but the primary failure mode is the
daemon registration bug.
The changed postFixup produces a new drv hash, avoiding the FailedPaths
cache on hydra without manual DB cleanup.1 parent eb62238 commit 9c4e9cc
1 file changed
+8
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 185 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 186 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 187 | | |
199 | 188 | | |
200 | 189 | | |
| |||
0 commit comments