Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-11-08 03:03:19 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-08 03:03:19 +0300
commit4e01b276ae02f07fa831282d7ebbfb130534cafe (patch)
tree110e745edcfd16bad93586de5a45c2dfc11e2d56 /scripts
parenta62a7e7e9697a16c6c0fc2c2dc8e206e599e7e15 (diff)
[interp] enable it by default in configure (#5925)
* [interp] enable it by default in configure can be disabled via --enable-minimal=interpreter, like other components in the runtime. * [interp] use DISABLE_INTERPRETER in Makefile.am.in so it is closer to what we had before * [interp] improve handling of interpreter flag and also check if we are on a cross-compile runtime * [configure] add interpreter to the list of --enable-minimal * [ci] remove --enable-interpreter from script * [windows] disable interpreter for now * [driver] add output about availabilty of interpreter in --version * [man] add entry to mono.1 about --interpreter * [driver] update --interpreter handling
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index fbea3045c64..5b54283e48c 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -56,7 +56,6 @@ elif [[ ${CI_TAGS} == *'hybridaot'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_
elif [[ ${CI_TAGS} == *'winaot'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_CONF_FLAGS} --with-runtime_preset=winaot";
elif [[ ${CI_TAGS} == *'aot'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_CONF_FLAGS} --with-runtime_preset=aot";
elif [[ ${CI_TAGS} == *'bitcode'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_CONF_FLAGS} --with-runtime_preset=bitcode";
-elif [[ ${CI_TAGS} == *'interpreter'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_CONF_FLAGS} --enable-interpreter";
elif [[ ${CI_TAGS} == *'acceptance-tests'* ]]; then EXTRA_CONF_FLAGS="${EXTRA_CONF_FLAGS} --prefix=${MONO_REPO_ROOT}/tmp/mono-acceptance-tests --with-sgen-default-concurrent=yes";
elif [[ ${label} != w* ]] && [[ ${label} != 'debian-8-ppc64el' ]] && [[ ${label} != 'centos-s390x' ]] && [[ ${CI_TAGS} != *'monolite'* ]];
then