diff options
author | Matt Mitchell <mmitche@microsoft.com> | 2018-03-13 10:45:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 10:45:45 -0700 |
commit | e7d149c97d9be88c36c9323b098c0277c5e95ea9 (patch) | |
tree | e9cac3400ccf2b48372f753251cd66f3c9f7985f | |
parent | e8bdf05ff2bfddc10407b07fbd1abcdeab4a9443 (diff) | |
download | coreclr-e7d149c97d9be88c36c9323b098c0277c5e95ea9.tar.gz coreclr-e7d149c97d9be88c36c9323b098c0277c5e95ea9.tar.bz2 coreclr-e7d149c97d9be88c36c9323b098c0277c5e95ea9.zip |
Unblock official builds (#16913)
Removing arm64 linux cross build for now
-rw-r--r-- | buildpipeline/pipelines.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json index 0b4edd06b9..e48305dcd4 100644 --- a/buildpipeline/pipelines.json +++ b/buildpipeline/pipelines.json @@ -141,21 +141,6 @@ "Architecture": "arm", "PB_BuildType": null } - }, - { - "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", - "Parameters": { - "DockerTag": "ubuntu-16.04-cross-arm64-d809634-20180312171656", - "Architecture": "arm64", - "Rid": "linux" - }, - "ReportingParameters": { - "OperatingSystem": "Linux", - "SubType": "PortableCrossBuild", - "Type": "build/product/", - "Architecture": "arm64", - "PB_BuildType": null - } } ] } |