Build less of libs for CoreCLR tools tests (#89154)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 19 Jul 2023 21:38:47 +0000 (06:38 +0900)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 21:38:47 +0000 (14:38 -0700)
Similar to #89153. I don't think we need System.Speech & co for tools tests.

eng/pipelines/runtime.yml

index fa6ac3f..ade994e 100644 (file)
@@ -346,7 +346,7 @@ extends:
           jobParameters:
             timeoutInMinutes: 120
             nameSuffix: CLR_Tools_Tests
-            buildArgs: -s clr.aot+clr.iltools+libs+clr.toolstests -c $(_BuildConfig) -test
+            buildArgs: -s clr.aot+clr.iltools+libs.sfx+clr.toolstests -c $(_BuildConfig) -test
             enablePublishTestResults: true
             testResultsFormat: 'xunit'
             # We want to run AOT tests when illink changes because there's share code and tests from illink which are used by AOT