Admin/build_release
author wenzelm
Sun, 07 May 2023 14:18:48 +0200
changeset 77982 21cdcd120a78
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
hide names more thorougly, in contrast to 1d82061fbb12 and 00e9ca1e7261: e.g. relevant for overlapping accesses seen in 'inductive_set';

#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

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

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