Skip to content

Commit

Permalink
fix: 🪲 missed core_bench dependence on opam file, fixes broken CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Sep 7, 2019
1 parent 62292eb commit 81cff71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -89,6 +89,7 @@ dev-deps:
merlin \
bisect_ppx \
utop \
core_bench \
--yes
@ opam update --yes
@ opam upgrade \
Expand All @@ -100,6 +101,7 @@ dev-deps:
merlin \
bisect_ppx \
utop \
core_bench \
--yes

lint-format:
Expand All @@ -120,6 +122,7 @@ local-site-start:
@ cd docs && bundle exec jekyll serve && cd ..

bench: clean build
@ opam install core_bench --yes
@ NOCOINER_KDF_COST=2 \
NOCOINER_KDF_WORKERS=1 \
dune build @test/bench/runtest -f --no-buffer --auto-promote \
Expand Down
1 change: 1 addition & 0 deletions nocoiner.opam
Expand Up @@ -27,6 +27,7 @@ depends: [
"dune" {>= "1.9"}
"cmdliner" {>= "1.0.0"}
"alcotest" {with-test}
"core_bench" {with-test}
"nocrypto" {>= "0.5.4-1"}
"scrypt-kdf" {>= "1.0.0"}
"digestif" {>= "0.7.0"}
Expand Down

0 comments on commit 81cff71

Please sign in to comment.