Do not use portablebuild=false for linux-musl (#22760)
authorJarret Shook <jashoo@microsoft.com>
Thu, 21 Feb 2019 22:41:40 +0000 (14:41 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 22:41:40 +0000 (14:41 -0800)
eng/build-job.yml

index e2f2428..061558f 100644 (file)
@@ -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