summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2019-02-21 14:41:40 -0800
committerGitHub <noreply@github.com>2019-02-21 14:41:40 -0800
commitf7e6da36550bcf847bf80a4601d890c6bf3c0d12 (patch)
treef37409e1178f3ddbf9b02d96a8740626cdff82e2 /eng/build-job.yml
parent3e140890fd7ba79bd96ee42735c946b14d65d55b (diff)
downloadcoreclr-f7e6da36550bcf847bf80a4601d890c6bf3c0d12.tar.gz
coreclr-f7e6da36550bcf847bf80a4601d890c6bf3c0d12.tar.bz2
coreclr-f7e6da36550bcf847bf80a4601d890c6bf3c0d12.zip
Do not use portablebuild=false for linux-musl (#22760)
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index e2f24287c6..061558fc34 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