summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-02 15:36:05 -0800
committerSven Boemer <sbomer@gmail.com>2019-01-02 15:36:05 -0800
commit9f108aad51eb94c3a0c3118481e687543989fa59 (patch)
treec846652f6c5ea56e5672c68c166caa0b42873e17 /azure-pipelines.yml
parent9d159eceee051b9536a26467adb489a6a5c0fa7a (diff)
downloadcoreclr-9f108aad51eb94c3a0c3118481e687543989fa59.tar.gz
coreclr-9f108aad51eb94c3a0c3118481e687543989fa59.tar.bz2
coreclr-9f108aad51eb94c3a0c3118481e687543989fa59.zip
Use Alpine container with Node.js in Azure DevOps (#21568)
* Use Alpine container with Node.js in azure-pipelines.yml * Enable the dependsOn build_Linux_musl_x64_release in azure-pipelines.yml
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a0ab3eb4b5..77d8c657c8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,7 +18,7 @@ resources:
image: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-c103199-20180628134544
- container: musl_x64_build_image
- image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-e2521f8-20180716231200
+ image: microsoft/dotnet-buildtools-prereqs:alpine-3.6-WithNode-f4d3fe3-20181220200247
- container: centos7_x64_build_image
image: microsoft/dotnet-buildtools-prereqs:centos-7-d485f41-20173404063424
@@ -202,9 +202,7 @@ jobs:
dependsOn:
- build_Linux_arm_release
- build_Linux_arm64_release
- # TODO: depend on musl job once the glibc container issue is fixed
- # https://dnceng.visualstudio.com/internal/_workitems/edit/109
- # - build_Linux_musl_x64_release
+ - build_Linux_musl_x64_release
- build_Linux_rhel6_x64_release
- build_Linux_rhel7_x64_release
- build_Linux_x64_release