Skip to content

Commit fce8305

Browse files
sgillespieCmdv
authored andcommitted
Disable split static postgresql outputs
In it's current state, we're unable to build cardana-chain-gen: cannot find -lpgcommon: No such file or directory cannot find -lpgport: No such file or directory collect2: error: ld returned 1 exit status Remove the extra configure flags, and see if we can still build all the other artifacts.
1 parent 93a15c3 commit fce8305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository cardano-haskell-packages
1111

1212
index-state:
1313
, hackage.haskell.org 2025-08-03T21:32:16Z
14-
, cardano-haskell-packages 2025-06-25T13:51:34Z
14+
, cardano-haskell-packages 2025-07-30T14:13:57Z
1515

1616
packages:
1717
cardano-db

config/pgpass-mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/var/run/postgresql:5432:cexplorer:*:*
1+
/tmp:5432:cexplorer:*:*

0 commit comments

Comments
 (0)