chore: remove lakefile copy in root and tests/ (#8054)
As we use a different Lean in these directories, using those copies always results in a full rebuild
This commit is contained in:
parent
5d82927d10
commit
ad3ac150bc
2 changed files with 1 additions and 3 deletions
|
|
@ -843,6 +843,4 @@ endif()
|
|||
|
||||
if(USE_LAKE AND STAGE EQUAL 1)
|
||||
configure_file(${LEAN_SOURCE_DIR}/lakefile.toml.in ${LEAN_SOURCE_DIR}/lakefile.toml)
|
||||
configure_file(${LEAN_SOURCE_DIR}/lakefile.toml.in ${LEAN_SOURCE_DIR}/../tests/lakefile.toml)
|
||||
configure_file(${LEAN_SOURCE_DIR}/lakefile.toml.in ${LEAN_SOURCE_DIR}/../lakefile.toml)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ ifeq "${USE_LAKE} ${STAGE}" "ON 1"
|
|||
|
||||
# build in parallel
|
||||
Init:
|
||||
${PREV_STAGE}/bin/lake build Init Std Lean Lake LakeMain
|
||||
${PREV_STAGE}/bin/lake build Init Std Lean Lake LakeMain $(LAKE_EXTRA_ARGS)
|
||||
|
||||
Std Lean Lake: Init
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue