Skip to content

Commit

Permalink
Need launchers before we can build index
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Jan 23, 2025
1 parent 34300d0 commit 9579bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5106,6 +5106,7 @@ lazy val createEnginePackage =
taskKey[Unit]("Creates the engine distribution package")
createEnginePackage := {
updateLibraryManifests.value
buildEngineDistributionNoIndex.value
val modulesToCopy = componentModulesPaths.value
val root = engineDistributionRoot.value
val log = streams.value.log
Expand Down Expand Up @@ -5326,6 +5327,7 @@ buildStdLib := Def.inputTaskDyn {

lazy val pkgStdLibInternal = inputKey[Unit]("Use `buildStdLib`")
pkgStdLibInternal := Def.inputTask {
buildEngineDistributionNoIndex.value
val cmd = allStdBits.parsed
val root = engineDistributionRoot.value
val log: sbt.Logger = streams.value.log
Expand Down

0 comments on commit 9579bff

Please sign in to comment.