Admin/build_other
author wenzelm
Tue, 14 Mar 2023 18:57:34 +0100
changeset 77657 a2a4adc268b8
parent 75518 cb4af8c6152f
permissions -rwxr-xr-x
removed redundant State.workers: directly maintained within the database, using with SQL update;

#!/usr/bin/env bash
#
# DESCRIPTION: build other Isabelle from sync_repos directory

unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"