From: Jarret Shook Date: Thu, 21 Feb 2019 22:41:40 +0000 (-0800) Subject: Do not use portablebuild=false for linux-musl (#22760) X-Git-Tag: accepted/tizen/unified/20190813.215958~61^2~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7e6da36550bcf847bf80a4601d890c6bf3c0d12;p=platform%2Fupstream%2Fcoreclr.git Do not use portablebuild=false for linux-musl (#22760) --- diff --git a/eng/build-job.yml b/eng/build-job.yml index e2f2428..061558f 100644 --- a/eng/build-job.yml +++ b/eng/build-job.yml @@ -47,7 +47,7 @@ jobs: - name: portableBuildArg value: '' # Ensure that we produce os-specific packages for the following distros: - - ${{ if in(parameters.osIdentifier, 'Linux_rhel6', 'Linux_musl') }}: + - ${{ if in(parameters.osIdentifier, 'Linux_rhel6') }}: - name: portableBuildArg value: '-portablebuild=false' - name: clangArg