parent
276bf837e2
commit
57fea2d8e3
1 changed files with 1 additions and 5 deletions
|
|
@ -13,11 +13,7 @@ namespace Lake
|
|||
|
||||
def mkBuildContext (ws : Workspace) (oldMode : Bool) : IO BuildContext := do
|
||||
let lean := ws.lakeEnv.lean
|
||||
let leanTrace :=
|
||||
if lean.githash.isEmpty then
|
||||
mixTrace (← computeTrace lean.lean) (← computeTrace lean.sharedLib)
|
||||
else
|
||||
Hash.ofString lean.githash
|
||||
let leanTrace := Hash.ofString lean.githash
|
||||
return {opaqueWs := ws, leanTrace, oldMode}
|
||||
|
||||
@[inline] def getLeanTrace : BuildM BuildTrace :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue