Admin/build_release
author wenzelm
Wed, 11 Sep 2024 15:36:14 +0200
changeset 80853 a34eca8caccb
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
minor performance tuning, notably for Bytes.add (e.g. YXML output);

#!/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 "$@"