Admin/build_release
author wenzelm
Fri, 28 Jun 2024 00:15:34 +0200
changeset 80437 2c07b9b2f9f4
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
minor performance tuning: more direct Bytes with Symbol.encode;

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