From: Egor Chesakov Date: Wed, 2 Jan 2019 23:36:05 +0000 (-0800) Subject: Use Alpine container with Node.js in Azure DevOps (dotnet/coreclr#21568) X-Git-Tag: submit/tizen/20210909.063632~11030^2~2951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4260ebd0c01d530943023fbc91aaeee002a57dde;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Use Alpine container with Node.js in Azure DevOps (dotnet/coreclr#21568) * Use Alpine container with Node.js in azure-pipelines.yml * Enable the dependsOn build_Linux_musl_x64_release in azure-pipelines.yml Commit migrated from https://github.com/dotnet/coreclr/commit/9f108aad51eb94c3a0c3118481e687543989fa59 --- diff --git a/eng/pipelines/coreclr/azure-pipelines.yml b/eng/pipelines/coreclr/azure-pipelines.yml index a0ab3eb..77d8c65 100644 --- a/eng/pipelines/coreclr/azure-pipelines.yml +++ b/eng/pipelines/coreclr/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