Skip to content

Commit

Permalink
Bugfix: Dune 2.x proofing (onivim#1443)
Browse files Browse the repository at this point in the history
* point to the right install files

* Dependency: dune -> ^2.0.0
  • Loading branch information
glennsl authored Mar 8, 2020
1 parent 843c0c2 commit 39b8de1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bench.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"reperf": "^1.3.0"
},
"install": [
"esy-installer Oni2.install",
"esy-installer OniBench.install"
"esy-installer #{self.target_dir}/default/Oni2.install",
"esy-installer #{self.target_dir}/default/OniBench.install"
]
}
}
2 changes: 1 addition & 1 deletion esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integrationtest.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrationtest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"override": {
"build": ["dune build -p Oni2,OniIntegrationTests -j4"],
"install": [
"esy-installer Oni2.install",
"esy-installer OniIntegrationTests.install"
"esy-installer #{self.target_dir}/default/Oni2.install",
"esy-installer #{self.target_dir}/default/OniIntegrationTests.install"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@esy-ocaml/reason": "3.5.2",
"@opam/camomile": "^1.0.1",
"@opam/charInfo_width": "*",
"@opam/dune": "*",
"@opam/dune": "^2.0.0",
"@opam/lwt": "*",
"@opam/ocamlbuild": "*",
"@opam/ppx_deriving": "*",
Expand Down
2 changes: 1 addition & 1 deletion test.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@reason-native/rely": "1.3.1"
},
"install": [
"esy-installer Oni2.install",
"esy-installer OniUnitTestRunner.install"
"esy-installer #{self.target_dir}/default/Oni2.install",
"esy-installer #{self.target_dir}/default/OniUnitTestRunner.install"
]
}
}

0 comments on commit 39b8de1

Please sign in to comment.