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:
authorJo Shields <joshield@microsoft.com>2019-11-08 18:42:20 +0300
committerGitHub <noreply@github.com>2019-11-08 18:42:20 +0300
commit3948a065af512e9ac6298a68e98035b5ac1f4d3c (patch)
treec91dcfba3bc96b1be0175f8849e2a93983d4a2b9 /scripts/ci
parent759a8c1847eedaa001620bcd79e12e25386b8f03 (diff)
parentfad91a1c1e09df85040f8772d91eb6a5369303b4 (diff)
Merge pull request #17749 from directhex/dotnet-llvm-monorepo
[LLVM] Change llvm submodule to dotnet-org fork of official LLVM git repo
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 44c2a6308dc..5432561847c 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -71,9 +71,9 @@ stages:
displayName: 'Clean up working directory'
- bash: |
- git submodule update --init -- external/llvm
+ git submodule update --init -- external/llvm-project
condition: eq(variables['llvm'], 'true')
- displayName: 'Checkout external/llvm'
+ displayName: 'Checkout external/llvm-project'
- bash: |
sudo apt update
@@ -153,9 +153,9 @@ stages:
displayName: 'Clean up working directory'
- bash: |
- git submodule update --init -- external/llvm
+ git submodule update --init -- external/llvm-project
condition: eq(variables['llvm'], 'true')
- displayName: 'Checkout external/llvm'
+ displayName: 'Checkout external/llvm-project'
- bash: |
brew install autoconf automake libtool gnu-sed