fix deletion typo
authorManish Godse <61718172+mangod9@users.noreply.github.com>
Fri, 27 Mar 2020 03:36:25 +0000 (20:36 -0700)
committerManish Godse <61718172+mangod9@users.noreply.github.com>
Fri, 27 Mar 2020 03:36:25 +0000 (20:36 -0700)
eng/pipelines/coreclr/templates/build-corelib-job.yml

index 8b8807a..0ec3c2f 100644 (file)
@@ -58,14 +58,6 @@ jobs:
       value: ''
     - name: publishLogsArtifactPrefix
       value: 'BuildLogs_CoreLib'
-      # Building for x64 MUSL happens on Alpine Linux and we need to use the stable version available there
-      - ${{ if and(eq(parameters.osGroup, 'Linux'), eq(parameters.osSubgroup, '_musl'), eq(parameters.archType, 'x64')) }}:
-        - name: compilerArg
-          value: ''
-      # AppleClang has different version scheme, so we let complier introspection pick up the available clang from PATH
-      - ${{ if eq(parameters.osGroup, 'OSX') }}:
-        - name: compilerArg
-          value: ''
     - ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
       # Variables used to publish packages to blob feed
       - name: dotnetfeedUrl