Skip to content

Commit af224af

Browse files
authored
Merge pull request #907 from ocaml/dune-cache
dune cache is enabled by default from 3.17
2 parents 6837ea3 + 7f16c04 commit af224af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dist/index.js

Lines changed: 0 additions & 3 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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ export async function installer() {
8484
if (DUNE_CACHE) {
8585
await restoreDuneCache();
8686
await installDune();
87-
core.exportVariable("DUNE_CACHE", "enabled");
8887
core.exportVariable("DUNE_CACHE_ROOT", DUNE_CACHE_ROOT);
89-
core.exportVariable("DUNE_CACHE_STORAGE_MODE", "hardlink");
90-
core.exportVariable("DUNE_CACHE_TRANSPORT", "direct");
9188
}
9289
core.exportVariable("CLICOLOR_FORCE", "1");
9390
if (OPAM_PIN) {

0 commit comments

Comments
 (0)