Commit f7c124b6 authored by Alexandre Delanoë's avatar Alexandre Delanoë

To update the project hash dependences:

- edit bin/update-project-dependencies
- fix the values of :
  - sha256sum cabal.project
  - sha256sum cabal.project.freeze
- nix-shell $ ./bin/update-project-dependencies
- git add -u
- git commit
parent 3a7b6d08
......@@ -18,7 +18,7 @@ fi
# with the `sha256sum` result calculated on the `cabal.project` and
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in.
expected_cabal_project_hash="c2c8ffc22f513f962745a00db6f9199eca89066ecbb47c850e5969550a4e6e1e"
expected_cabal_project_hash="66d93bf833eaa39e8f06c3f3c79d87ad9418438b959a79ab5fc11551d67015a3"
expected_cabal_project_freeze_hash="05ee74fc30b25edf135f4f9c53a2c134752184545b7a9e837f27e36d507a7a80"
cabal --store-dir=$STORE_DIR v2-build --dry-run
......
......@@ -140,7 +140,7 @@
git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git"
subdirs:
- .
- commit: ceb8f2cebd4890b6d9d151ab01ee14e925bc0499
- commit: c673924bce3283c4fb2d1b3a2f95eb3f1a9cd0b0
git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs:
- .
......@@ -318,7 +318,7 @@ flags:
"full-text-search":
"build-search-demo": false
gargantext:
"no-phylo-debug-logs": true
"no-phylo-debug-logs": false
"test-crypto": false
"ghc-lib-parser":
"threaded-rts": true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment