chore: restoreAllArtifacts = true for core (#10582)
This PR sets `restoreAllArtifacts = true` in the core build Lake configuration file.
This commit is contained in:
parent
0bf7741a3e
commit
05300f7b51
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ defaultTargets = ["Init", "Std", "Lean", "Lake", "LakeMain", "Leanc"]
|
|||
# The root of all the compiler output directories
|
||||
buildDir = "${CMAKE_BINARY_DIR}"
|
||||
|
||||
# Ensure build artifacts end up in the build directory even when the Lake
|
||||
# local artifact cache is enabled. This is necessary because subsequent stages
|
||||
# will expect the previous stage's artifacts to be in the build directory.
|
||||
restoreAllArtifacts = true
|
||||
|
||||
# The directory of Lean source files (i.e., `src`)
|
||||
srcDir = "${LEAN_SOURCE_DIR}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue