summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Linux.json
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-11-02 15:14:50 -0700
committerGitHub <noreply@github.com>2017-11-02 15:14:50 -0700
commit54727a15713823af914eca2ae58286e99a4e3829 (patch)
tree4738da670a5d05cb8bae990bc3f52fafd77951f8 /buildpipeline/DotNet-CoreClr-Trusted-Linux.json
parentf12fd8a41db589e2e01c3cb689cc36e7eff3e0da (diff)
downloadcoreclr-54727a15713823af914eca2ae58286e99a4e3829.tar.gz
coreclr-54727a15713823af914eca2ae58286e99a4e3829.tar.bz2
coreclr-54727a15713823af914eca2ae58286e99a4e3829.zip
Allow coredumps inside docker (#14814)
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Linux.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Linux.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json
index 2877ab8ce8..91b387998c 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Linux.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Linux.json
@@ -398,7 +398,7 @@
"value": "coreclr-$(Build.BuildId)"
},
"DockerCommonRunArgs": {
- "value": "--name $(DockerContainerName) -v \"$(DockerVolumeName):$(GitHubDirectory)\" -w=\"$(GitHubDirectory)\" $(DockerImageName)"
+ "value": "--name $(DockerContainerName) --ulimit core=-1 -v \"$(DockerVolumeName):$(GitHubDirectory)\" -w=\"$(GitHubDirectory)\" $(DockerImageName)"
},
"DockerCopyDest": {
"value": "$(Build.BinariesDirectory)/docker_repo"