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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-15 20:44:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-15 20:44:03 +0300
commit82a07273c22b996b08fa88ee2e6632d782ac2242 (patch)
treea4c554dc95adabd82b32ec4b66e027554bb58b7d /scripts
parent3b56247afd8b76bce7e13886a24b4d10536c74b0 (diff)
[ci] Always initialize an AzDO variable
Otherwise the script will not replace the variable and we get confusing error messages like this: ``` [command]/bin/bash --noprofile --norc /home/builder/azdo/_work/_temp/ba0890e7-8c80-4245-b9dc-14253b0d399f.sh /home/builder/azdo/_work/_temp/ba0890e7-8c80-4245-b9dc-14253b0d399f.sh: line 2: llvm: command not found /home/builder/azdo/_work/_temp/ba0890e7-8c80-4245-b9dc-14253b0d399f.sh: line 2: [: =: unary operator expected ```
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index b6ecccaefdd..790fed4f4a3 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -46,6 +46,7 @@ stages:
assetManifestOS: linux
assetManifestPlatform: x64
installDependencies: true
+ llvm: false
x64_LLVM:
poolname: Hosted Ubuntu 1604
assetManifestOS: linux
@@ -55,6 +56,8 @@ stages:
ARM64:
assetManifestOS: linux
assetManifestPlatform: arm64
+ installDependencies: false
+ llvm: false
${{ if eq(variables['System.TeamProject'], 'public') }}:
poolname: Xamarin-ARM64
${{ if eq(variables['System.TeamProject'], 'internal') }}:
@@ -135,6 +138,7 @@ stages:
poolname: Hosted macOS
assetManifestOS: osx
assetManifestPlatform: x64
+ llvm: false
#TODO: download pre-built LLVM binaries, currently it has to build llvm from sources (>1h)
#x64_LLVM:
# poolname: Hosted macOS