[ci] Temporarily switch back to legacy TLS provider
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 3 Oct 2016 15:10:49 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 15:10:49 +0000 (17:10 +0200)
scripts/ci/run-jenkins.sh

index ab17183b1b0bf0a8d5cfc1565fbd926becb336bb..2dbbd03c027198c81b4c53e91323fe914cd66af2 100755 (executable)
@@ -3,6 +3,8 @@
 TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
 
 export TEST_HARNESS_VERBOSE=1
+export MONO_TLS_PROVIDER=legacy
+
 if [[ ${label} == w* ]]; then
     # Passing -ggdb3 on Cygwin breaks linking against libmonosgen-x.y.dll
     export CFLAGS="-g -O2"