Skip to content

Commit

Permalink
fix(pkg): remove post deps (#8834)
Browse files Browse the repository at this point in the history
those aren't real dependencies so there's no need to include them

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Oct 4, 2023
1 parent 17b04b2 commit 6534cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dune_pkg/opam_solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module Context_for_dune = struct
~f:(Filter.resolve_solver_env solver_env)
|> OpamFilter.filter_deps
~build:true
~post:true
~post:false
~dev:false
~default:false
~test:false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Demonstrate the translation of filtered dependencies
$ cat dune.lock/bar.pkg
(version 0.0.1)

(deps pkg-post pkg-build)
(deps pkg-build)

0 comments on commit 6534cfa

Please sign in to comment.