Admin/etc/options
author wenzelm
Wed, 31 Jan 2024 12:43:06 +0100
changeset 79556 0631dfc0db07
parent 77603 236e43c8bb5b
child 81468 3279f71eb0f4
permissions -rw-r--r--
more robust check of ISABELLE_PLATFORM_FAMILY within settings environment, to support its reunification with Isabelle/Scala (see also a33a6e541cbb, f3a356c64193);

(* :mode=isabelle-options: *)

section "Admin tools"

option isabelle_components_server : string = "lxbroy10.informatik.tu-muenchen.de"
  -- "user@host for SSH connection"

option isabelle_components_dir : string = "/p/home/isabelle/components"
  -- "webspace for ISABELLE_COMPONENT_REPOSITORY"

option isabelle_components_contrib_dir : string = "/p/home/isabelle/contrib"
  -- "unpacked components for remote build services"


option build_host_linux_arm : string = "" for build connection
  -- "SSH user@host for remote build of heaps"

option build_host_linux : string = "" for build connection
  -- "SSH user@host for remote build of heaps"

option build_host_macos : string = "" for build connection
  -- "SSH user@host for remote build of heaps"

option build_host_windows : string = "" for build connection
  -- "SSH user@host for remote build of heaps"