Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
2a28e2f
Fix Debug.Assert use of string interpolation (#57668)
github-actions[bot] Aug 18, 2021
f2b270c
Throw on invalid payload length in WebSockets (#57635)
github-actions[bot] Aug 18, 2021
3d39a37
Bump timeout for workloads build job (#57721)
github-actions[bot] Aug 19, 2021
3d5987f
[release/6.0-rc1] JIT: don't clone loops where init or limit is a cas…
github-actions[bot] Aug 19, 2021
ba8967d
[release/6.0-rc1] Update pinned compiler version (#57730)
github-actions[bot] Aug 19, 2021
fe6bd2d
[mono] Fix crash in common_call_trampoline due to inconsistent rgctx …
github-actions[bot] Aug 19, 2021
b24f1aa
[release/6.0-rc1] Update dependencies from dotnet/arcade (#57628)
dotnet-maestro[bot] Aug 19, 2021
86b25c6
Fix Microsoft.NETCore.Platforms builds on Unix (#57757)
github-actions[bot] Aug 19, 2021
8493829
Update dependencies from https://github.com/dotnet/emsdk build 202108…
dotnet-maestro[bot] Aug 19, 2021
4a79fcb
Re-disable AsyncMethodsDropsStateMachineAndExecutionContextUponComple…
github-actions[bot] Aug 19, 2021
e15b35e
Pack windows implementation assemblies in windowsdesktop transport pa…
github-actions[bot] Aug 20, 2021
5840e15
Update dependencies from https://github.com/mono/linker build 2021081…
dotnet-maestro[bot] Aug 20, 2021
27d062a
Update dependencies from https://github.com/dotnet/icu build 20210819…
dotnet-maestro[bot] Aug 20, 2021
4e6d981
Merge branch 'release/6.0' into merge/release/6.0-rc1-to-release/6.0
ViktorHofer Aug 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump timeout for workloads build job (#57721)
We're seeing it sometimes timing out on official builds.

Co-authored-by: Alexander Köplinger <[email protected]>
  • Loading branch information
github-actions[bot] and akoeplinger authored Aug 19, 2021
commit 3d39a3771be62692da95eee12b826530a61e3ca7
3 changes: 2 additions & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ stages:
- Linux_x64

#
# Build Blazor Workload
# Build Workloads
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand All @@ -383,6 +383,7 @@ stages:
- windows_x64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120
dependsOn:
- Build_Android_arm_release_AllSubsets_Mono
- Build_Android_arm64_release_AllSubsets_Mono
Expand Down