Skip to content

Commit

Permalink
Merge pull request #11205 from MinaProtocol/georgeee/merge-compatible…
Browse files Browse the repository at this point in the history
…-to-develop-2022-06-07

Merge `compatible` to `develop`
  • Loading branch information
mrmr1993 authored Jun 7, 2022
2 parents eb4207f + 7fa40f6 commit 7028850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/external/ocaml-rocksdb/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
(libraries dune.configurator)
)

;; todo: fails with sandbox, since the generated flags are opaque to dune
(rule
(targets flags.sexp)
(deps librocksdb_stubs.a)
(deps librocksdb_stubs.a (sandbox none))
(action (run ./rocks_linker_flags_gen.exe)))

(rule
Expand Down
5 changes: 4 additions & 1 deletion src/lib/mina_version/normal/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@

(rule
(targets mina_version.ml)
(deps (:< gen.sh) (universe))
(deps
(sandbox none)
(:< gen.sh)
(universe))
(action (run %{<} %{targets})))

0 comments on commit 7028850

Please sign in to comment.