diff --git a/.github/workflows/cabal.project.local.ci b/.github/workflows/cabal.project.local.ci index 02e763ee017..415a21c29cb 100644 --- a/.github/workflows/cabal.project.local.ci +++ b/.github/workflows/cabal.project.local.ci @@ -3,6 +3,3 @@ package cardano-crypto-praos package HsOpenSSL flags: +use-pkg-config - -package lmdb - flags: +use-pkg-config diff --git a/cabal.project b/cabal.project index ecf8bc34ccd..1ebcb5e0742 100644 --- a/cabal.project +++ b/cabal.project @@ -263,8 +263,8 @@ source-repository-package source-repository-package type: git location: https://github.com/input-output-hk/ouroboros-network - tag: 9be0e771edf7e5f241220bab635bebffa29d05c8 - --sha256: 130acrfll51sv9fhkbxq7674md6ghaji9x9y1yqivh5c8nnp1sv1 + tag: 66043d25c0d9722e9e746820da0539d01547ee61 + --sha256: 094fjxiz3qfp7alvdbyrh4pzysggj7344293d4kwh2f8dc3zjz41 subdir: monoidal-synchronisation network-mux @@ -339,8 +339,8 @@ source-repository-package source-repository-package type: git location: https://github.com/input-output-hk/haskell-lmdb - tag: 3197dc555cd4edb1fa7f79ad04748b0f217752fa - --sha256: 0kp2mibaav8gm36drdsa9snn4x3hv2jjrm2h99xhmsg05dpbi6x2 + tag: 5aef2ccc8b7e5e91aa609dc531df392c46eaae09 + --sha256: 09sxgxylf9m78qmf1sh82ydvq3ihkgfh829yy9cd526kp75wiy86 source-repository-package type: git diff --git a/doc/getting-started/building-the-node-on-windows.md b/doc/getting-started/building-the-node-on-windows.md index 050a9d6a5ea..c33242a284b 100644 --- a/doc/getting-started/building-the-node-on-windows.md +++ b/doc/getting-started/building-the-node-on-windows.md @@ -166,11 +166,6 @@ cd cardano-node Add the following to the `cabal.project.local` file (if you don't already have it, create one) in the source code folder: ``` -package lmdb - extra-lib-dirs: " Or standard path E.g. C:\\msys64\\mingw64\\include or C:/tools/ghcup/msys64/mingw64/lib" - extra-include-dirs: " Or standard path E.g. C:\\msys64\\mingw64\\include or C:/tools/ghcup/msys64/mingw64/include" - --- If pkg-config is available, use it. package HsOpenSSL flags: +use-pkg-config @@ -198,4 +193,4 @@ cabal run --builddir /c/dist exe:cardano-node -- run --help ### Speed up compilation -`reorder-goals` can affect the compilation time negatively. You can disable `reorder-goals` by setting it to `False` in `cabal.project.local`. \ No newline at end of file +`reorder-goals` can affect the compilation time negatively. You can disable `reorder-goals` by setting it to `False` in `cabal.project.local`.