-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] Update dependencies from dotnet/runtime (#33821)
[main] Update dependencies from dotnet/runtime - Consume the live runtime bits The FrameworkReference in efcore is already set to honor these, but versions were never set. - Workaround params span overload chosen in expression - Make sure helix installs runtime needed for tests - Capture a binlog during PR builds - Adjust binlog path - skip sqlite tests on macos - Disable broken test - Update to MacOS 12 for build and helix machines - Add OSX Arm64 helix queue
- Loading branch information
1 parent
d0ddd9b
commit b2dd10e
Showing
8 changed files
with
75 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ stages: | |
- script: "echo ##vso[build.addbuildtag]CodeQL3000" | ||
displayName: 'Set CI CodeQL3000 tag' | ||
condition: ne(variables.CODEQL_DIST,'') | ||
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine $(_InternalBuildArgs) | ||
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine /bl:artifacts\log\$(_BuildConfig)\Build.binlog $(_InternalBuildArgs) | ||
$(_InternalRuntimeDownloadArgs) $(_AdditionalBuildArgs) | ||
env: | ||
Test__Cosmos__DefaultConnection: $(_CosmosConnectionUrl) | ||
|
@@ -138,12 +138,12 @@ stages: | |
- job: macOS | ||
enablePublishTestResults: true | ||
pool: | ||
vmImage: macOS-11 | ||
vmImage: macOS-12 | ||
variables: | ||
# Rely on task Arcade injects, not auto-injected build step. | ||
- skipComponentGovernanceDetection: true | ||
steps: | ||
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs) | ||
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine /bl:artifacts/log/$(_BuildConfig)/Build.binlog $(_InternalRuntimeDownloadArgs) | ||
env: | ||
Test__Cosmos__DefaultConnection: $(_CosmosConnectionUrl) | ||
COMPlus_EnableWriteXorExecute: 0 # Work-around for https://github.com/dotnet/runtime/issues/70758 | ||
|
@@ -168,7 +168,7 @@ stages: | |
# Rely on task Arcade injects, not auto-injected build step. | ||
- skipComponentGovernanceDetection: true | ||
steps: | ||
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs) | ||
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine /bl:artifacts/log/$(_BuildConfig)/Build.binlog $(_InternalRuntimeDownloadArgs) | ||
env: | ||
Test__Cosmos__DefaultConnection: $(_CosmosConnectionUrl) | ||
Test__Cosmos__AuthToken: $(_CosmosToken) | ||
|
@@ -194,7 +194,7 @@ stages: | |
- name: _HelixBuildConfig | ||
value: $(_BuildConfig) | ||
- name: HelixTargetQueues | ||
value: OSX.1100.Amd64.Open;(Ubuntu.2004.Amd64.SqlServer)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-sqlserver-amd64 | ||
value: OSX.1200.Amd64.Open;OSX.1200.ARM64.Open;(Ubuntu.2004.Amd64.SqlServer)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-sqlserver-amd64 | ||
- name: _HelixAccessToken | ||
value: '' # Needed for public queues | ||
steps: | ||
|
@@ -206,7 +206,7 @@ stages: | |
arguments: 'locals all -clear' | ||
- script: restore.cmd -ci /p:configuration=$(_BuildConfig) $(_InternalRuntimeDownloadArgs) | ||
displayName: Restore packages | ||
- script: .dotnet\dotnet build eng\helix.proj /restore /t:Test /p:configuration=$(_BuildConfig) /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog $(_InternalRuntimeDownloadArgs) | ||
- script: .dotnet\dotnet build eng\helix.proj /restore /t:Test /p:configuration=$(_BuildConfig) /bl:artifacts/log/$(_BuildConfig)/SendToHelix.binlog $(_InternalRuntimeDownloadArgs) | ||
displayName: Send job to helix | ||
env: | ||
HelixAccessToken: $(_HelixAccessToken) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ extends: | |
- job: macOS | ||
pool: | ||
name: Azure Pipelines | ||
image: macOS-11 | ||
image: macOS-12 | ||
os: macOS | ||
variables: | ||
# Rely on task Arcade injects, not auto-injected build step. | ||
|
@@ -224,7 +224,7 @@ extends: | |
- name: _HelixBuildConfig | ||
value: $(_BuildConfig) | ||
- name: HelixTargetQueues | ||
value: OSX.1100.Amd64;(Ubuntu.2004.Amd64.SqlServer)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-sqlserver-amd64 | ||
value: OSX.1200.Amd64;OSX.1200.ARM64;(Ubuntu.2004.Amd64.SqlServer)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-sqlserver-amd64 | ||
- name: _HelixAccessToken | ||
# Needed for internal queues | ||
value: $(HelixApiAccessToken) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
<PropertyGroup Condition = "'$(SYSTEM_ACCESSTOKEN)' == ''"> | ||
<!-- Local build outside of Azure Pipeline --> | ||
<HelixTargetQueues Condition = "'$(HelixTargetQueues)' == ''">Windows.10.Amd64.Open;Ubuntu.1804.Amd64.Open;OSX.1100.Amd64.Open;[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-sqlserver-amd64</HelixTargetQueues> | ||
<HelixTargetQueues Condition = "'$(HelixTargetQueues)' == ''">Windows.10.Amd64.Open;Ubuntu.1804.Amd64.Open;OSX.1200.Amd64.Open;OSX.1200.ARM64.Open;[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-sqlserver-amd64</HelixTargetQueues> | ||
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter> | ||
<HelixSource>efcore/localbuild/</HelixSource> | ||
<HelixBuild>t001</HelixBuild> | ||
|
@@ -29,6 +29,10 @@ | |
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'"> | ||
<SasToken>$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken> | ||
</AdditionalDotNetPackageFeed> | ||
|
||
<AdditionalDotNetPackage Include="$(MicrosoftNETCoreAppRuntimewinx64Version)"> | ||
<PackageType>runtime</PackageType> | ||
</AdditionalDotNetPackage> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters