Skip to content

Commit

Permalink
Prepare lakefile for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrossel committed Jan 21, 2025
1 parent a586251 commit a54cbbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ require "nomeata" / "calcify" @ git "master"

package egg where
srcDir := "Lean"
-- See https://github.com/leanprover/lean4/tree/master/src/lake#github-release-builds
preferReleaseBuild := true
releaseRepo? := none
buildArchive? := none

@[default_target]
lean_lib Egg where
Expand Down

0 comments on commit a54cbbf

Please sign in to comment.