Skip to content

Commit 1916920

Browse files
committed
Try without cache mdbook #1079
1 parent a198843 commit 1916920

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.dagger/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,9 @@ export class AtomicServer {
133133

134134
@func()
135135
docsFolder(): Directory {
136-
const cargoHomeCache = dag.cacheVolume("mdbook_cargo_home_cache");
137-
138136
const mdBookContainer = dag
139137
.container()
140138
.from(RUST_IMAGE)
141-
.withMountedCache("/usr/local/cargo/registry", cargoHomeCache)
142139
.withExec(["cargo", "install", "mdbook"])
143140
.withExec(["cargo", "install", "mdbook-linkcheck"]);
144141

0 commit comments

Comments
 (0)