Skip to content

Commit dce5ec7

Browse files
authored
Merge pull request #974 from ocaml/builtin-0install-solver
Use builtin-0install as the Solver
2 parents 6fd35b3 + 6c29b02 commit dce5ec7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.cjs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/installer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export async function installer() {
4040
core.exportVariable("OPAMCONFIRMLEVEL", "unsafe-yes");
4141
core.exportVariable("OPAMDOWNLOADJOBS", os.availableParallelism());
4242
core.exportVariable("OPAMERRLOGLEN", 0);
43+
core.exportVariable("OPAMEXTERNALSOLVER", "builtin-0install");
4344
core.exportVariable("OPAMPRECISETRACKING", 1);
4445
core.exportVariable("OPAMRETRIES", 10);
4546
core.exportVariable("OPAMROOT", OPAM_ROOT);

0 commit comments

Comments
 (0)