-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02430-04, preview2-26130-05, preview2-26130-01, master-20180130-0046, respectively (master) #16091
Conversation
ae60646
to
e80d3fd
Compare
Discarded CI Status: 2:x: 9:hourglass: 4:heavy_check_mark: (click to expand)
|
e80d3fd
to
d03b1f1
Compare
Discarded CI Status: 4:x: 7:hourglass: 4:heavy_check_mark: (click to expand)
|
d03b1f1
to
d0cd001
Compare
Discarded CI Status: 6:x: 1:hourglass: 7:heavy_check_mark: (click to expand)
|
d0cd001
to
0c46d0d
Compare
Discarded CI Status: 11:x: 4:heavy_check_mark: (click to expand)
|
0c46d0d
to
55f388b
Compare
Discarded |
55f388b
to
1e3be52
Compare
Discarded CI Status: 6:x: 3:heavy_check_mark: (click to expand)
|
1e3be52
to
09218ae
Compare
CI is failing because buildtools, since the update will require extra changes I'm working on right now. I'll send out a separate PR for that and unblock this one. |
Discarded CI Status: 3:x: 9:hourglass: 3:heavy_check_mark: (click to expand)
|
09218ae
to
8e37009
Compare
Buildtools update handled by: #16101 |
The remaining failures are not buildtools related, they seem to be caused by the corefx ingestion. cc: @jkotas @stephentoub |
@ianhays This is fallout from your change. Could you please fix amend this PR with a change to fix these build breaks? |
Couldn't update this pull request: Head commit author 'Jose Perez Rodriguez' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
1 similar comment
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Still seeing the same issues from #16086 with |
The perf tests are build against .NET Standard 1.4 for some reason: https://github.com/dotnet/coreclr/blob/master/tests/src/JIT/config/benchmark/benchmark.csproj#L5 CreateSpan APIs are .NET Core 2.1 only, and that's why it cannot find them. I would recommend putting the cc @valenis |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
Couldn't update this pull request: Head commit author 'Ian Hays' is not 'dotnet-maestro-bot' |
I will take care of it. |
…review2-26130-05, preview2-26130-01, master-20180130-0046, respectively
6181db1
to
ddc88f3
Compare
Couldn't update this pull request: Head commit author 'Jan Kotas' is not 'dotnet-maestro-bot' |
…r-UpdateDependencies Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02430-04, preview2-26130-05, preview2-26130-01, master-20180130-0046, respectively (master) Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
…r-UpdateDependencies Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02430-04, preview2-26130-05, preview2-26130-01, master-20180130-0046, respectively (master) Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
…r-UpdateDependencies Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02430-04, preview2-26130-05, preview2-26130-01, master-20180130-0046, respectively (master) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
…r-UpdateDependencies Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02430-04, preview2-26130-05, preview2-26130-01, master-20180130-0046, respectively (master) Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
A few parts of SpanBench were disabled in dotnet#16091 as we were compiling the benchmarks with more restrictive netstandard versions and some APIs were moved to be netcoreapp 2.1 only. With the advent of dotnet#16378 we've removed those restrictions so the tests can be re-enabled.
/cc @dotnet/coreclr-auto-update-notify