Skip to content

Commit 8964b3e

Browse files
committed
chore: `restoreAllArtifacts = true for core
1 parent 5b8d4d7 commit 8964b3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lakefile.toml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ defaultTargets = ["Init", "Std", "Lean", "Lake", "LakeMain", "Leanc"]
1313
# The root of all the compiler output directories
1414
buildDir = "${CMAKE_BINARY_DIR}"
1515

16+
# Ensure build artifacts end up in the build directory even when the Lake
17+
# local artifact cache is enabled. This is necessary because subsequent stages
18+
# will expect the previous stage's artifacts to be in the build directory.
19+
restoreAllArtifacts = true
20+
1621
# The directory of Lean source files (i.e., `src`)
1722
srcDir = "${LEAN_SOURCE_DIR}"
1823

0 commit comments

Comments
 (0)