提交 90ec5d39 编写于 作者: J Jared Parsons

Remove LTTNG warnings on Linux

The LTTNG library version used in CoreCLR requires LTTNG_HOME be set
else it issues a warning on process startup.  This was cluttering up our
linux build output.  Fixing this by exporting the value.
上级 46920402
......@@ -17,6 +17,9 @@ USE_CACHE=true
MONO_ARGS='--debug=mdb-optimizations --attach=disable'
MSBUILD_ADDITIONALARGS='/v:m /consoleloggerparameters:Verbosity=minimal /filelogger /fileloggerparameters:Verbosity=normal'
# LTTNG is the logging infrastructure used by coreclr. Need this variable set
# so it doesn't output warnings to the console.
export LTTNG_HOME=$HOME
export MONO_THREADS_PER_CPU=50
# There are some stability issues that are causing Jenkins builds to fail at an
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册