src/Pure/Build/build_schedule.scala
changeset 79614 58c0636e0ef5
parent 79594 f933e9153624
child 79615 a01f4cf202fd
equal deleted inserted replaced
79613:7a432595fb66 79614:58c0636e0ef5
  1281     session_setup: (String, Session) => Unit = (_, _) => (),
  1281     session_setup: (String, Session) => Unit = (_, _) => (),
  1282     cache: Term.Cache = Term.Cache.make()
  1282     cache: Term.Cache = Term.Cache.make()
  1283   ): Schedule = {
  1283   ): Schedule = {
  1284     val build_engine = new Engine
  1284     val build_engine = new Engine
  1285 
  1285 
  1286     val store = build_engine.build_store(options, build_hosts = build_hosts, cache = cache)
  1286     val store =
       
  1287       build_engine.build_store(options, build_cluster = build_hosts.nonEmpty, cache = cache)
  1287     val log_store = Build_Log.store(options, cache = cache)
  1288     val log_store = Build_Log.store(options, cache = cache)
  1288     val build_options = store.options
  1289     val build_options = store.options
  1289 
  1290 
  1290     def build_schedule(
  1291     def build_schedule(
  1291       server: SSH.Server,
  1292       server: SSH.Server,