projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9343b2f
)
Build less of libs for CoreCLR tools tests (#89154)
author
Michal Strehovský
<MichalStrehovsky@users.noreply.github.com>
Wed, 19 Jul 2023 21:38:47 +0000
(06:38 +0900)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/eng/pipelines/runtime.yml
b/eng/pipelines/runtime.yml
index
fa6ac3f
..
ade994e
100644
(file)
--- a/
eng/pipelines/runtime.yml
+++ b/
eng/pipelines/runtime.yml
@@
-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