Update dependencies from https://github.com/dotnet/arcade build 20240821.2 (#50)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
c136707d10
Коммит
adfbb4eb82
|
@ -3,9 +3,9 @@
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24325.3">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24421.2">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>cbe141941b81823eb8a7891fb059efa4d830c3ef</Sha>
|
<Sha>9b24668b7196b9639e60770465683cf81465d89a</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
|
|
|
@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
|
||||||
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
|
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
|
||||||
}
|
}
|
||||||
|
|
||||||
$dotnetVersions = @('5','6','7','8')
|
$dotnetVersions = @('5','6','7','8','9')
|
||||||
|
|
||||||
foreach ($dotnetVersion in $dotnetVersions) {
|
foreach ($dotnetVersion in $dotnetVersions) {
|
||||||
$feedPrefix = "dotnet" + $dotnetVersion;
|
$feedPrefix = "dotnet" + $dotnetVersion;
|
||||||
|
|
|
@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
|
||||||
PackageSources+=('dotnet3.1-internal-transport')
|
PackageSources+=('dotnet3.1-internal-transport')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DotNetVersions=('5' '6' '7' '8')
|
DotNetVersions=('5' '6' '7' '8' '9')
|
||||||
|
|
||||||
for DotNetVersion in ${DotNetVersions[@]} ; do
|
for DotNetVersion in ${DotNetVersions[@]} ; do
|
||||||
FeedPrefix="dotnet${DotNetVersion}";
|
FeedPrefix="dotnet${DotNetVersion}";
|
||||||
|
|
|
@ -24,12 +24,11 @@ parameters:
|
||||||
enablePublishTestResults: false
|
enablePublishTestResults: false
|
||||||
enablePublishUsingPipelines: false
|
enablePublishUsingPipelines: false
|
||||||
enableBuildRetry: false
|
enableBuildRetry: false
|
||||||
disableComponentGovernance: ''
|
|
||||||
componentGovernanceIgnoreDirectories: ''
|
|
||||||
mergeTestResults: false
|
mergeTestResults: false
|
||||||
testRunTitle: ''
|
testRunTitle: ''
|
||||||
testResultsFormat: ''
|
testResultsFormat: ''
|
||||||
name: ''
|
name: ''
|
||||||
|
componentGovernanceSteps: []
|
||||||
preSteps: []
|
preSteps: []
|
||||||
artifactPublishSteps: []
|
artifactPublishSteps: []
|
||||||
runAsPublic: false
|
runAsPublic: false
|
||||||
|
@ -170,17 +169,8 @@ jobs:
|
||||||
uploadRichNavArtifacts: ${{ coalesce(parameters.richCodeNavigationUploadArtifacts, false) }}
|
uploadRichNavArtifacts: ${{ coalesce(parameters.richCodeNavigationUploadArtifacts, false) }}
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
|
||||||
- template: /eng/common/core-templates/steps/component-governance.yml
|
- ${{ each step in parameters.componentGovernanceSteps }}:
|
||||||
parameters:
|
- ${{ step }}
|
||||||
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
|
||||||
${{ if eq(parameters.disableComponentGovernance, '') }}:
|
|
||||||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.runAsPublic, 'false'), or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/dotnet/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/microsoft/'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))) }}:
|
|
||||||
disableComponentGovernance: false
|
|
||||||
${{ else }}:
|
|
||||||
disableComponentGovernance: true
|
|
||||||
${{ else }}:
|
|
||||||
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
|
|
||||||
componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
|
||||||
|
|
||||||
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
|
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
@ -190,14 +180,6 @@ jobs:
|
||||||
continueOnError: ${{ parameters.continueOnError }}
|
continueOnError: ${{ parameters.continueOnError }}
|
||||||
env:
|
env:
|
||||||
TeamName: $(_TeamName)
|
TeamName: $(_TeamName)
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.enableSbom, 'true')) }}:
|
|
||||||
- template: /eng/common/core-templates/steps/generate-sbom.yml
|
|
||||||
parameters:
|
|
||||||
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
|
||||||
PackageVersion: ${{ parameters.packageVersion}}
|
|
||||||
BuildDropPath: ${{ parameters.buildDropPath }}
|
|
||||||
IgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
|
||||||
publishArtifacts: false
|
|
||||||
|
|
||||||
# Publish test results
|
# Publish test results
|
||||||
- ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'xunit')) }}:
|
- ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'xunit')) }}:
|
||||||
|
|
|
@ -113,6 +113,13 @@ jobs:
|
||||||
Add-Content -Path $filePath -Value "$(DefaultChannels)"
|
Add-Content -Path $filePath -Value "$(DefaultChannels)"
|
||||||
Add-Content -Path $filePath -Value $(IsStableBuild)
|
Add-Content -Path $filePath -Value $(IsStableBuild)
|
||||||
|
|
||||||
|
$symbolExclusionfile = "$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt"
|
||||||
|
if (Test-Path -Path $symbolExclusionfile)
|
||||||
|
{
|
||||||
|
Write-Host "SymbolExclusionFile exists"
|
||||||
|
Copy-Item -Path $symbolExclusionfile -Destination "$(Build.StagingDirectory)/ReleaseConfigs"
|
||||||
|
}
|
||||||
|
|
||||||
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
|
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
|
||||||
parameters:
|
parameters:
|
||||||
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
||||||
|
@ -122,32 +129,6 @@ jobs:
|
||||||
publishLocation: Container
|
publishLocation: Container
|
||||||
artifactName: ReleaseConfigs
|
artifactName: ReleaseConfigs
|
||||||
|
|
||||||
- task: powershell@2
|
|
||||||
displayName: Check if SymbolPublishingExclusionsFile.txt exists
|
|
||||||
inputs:
|
|
||||||
targetType: inline
|
|
||||||
script: |
|
|
||||||
$symbolExclusionfile = "$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt"
|
|
||||||
if(Test-Path -Path $symbolExclusionfile)
|
|
||||||
{
|
|
||||||
Write-Host "SymbolExclusionFile exists"
|
|
||||||
Write-Host "##vso[task.setvariable variable=SymbolExclusionFile]true"
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
Write-Host "Symbols Exclusion file does not exist"
|
|
||||||
Write-Host "##vso[task.setvariable variable=SymbolExclusionFile]false"
|
|
||||||
}
|
|
||||||
|
|
||||||
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
|
|
||||||
parameters:
|
|
||||||
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
|
||||||
args:
|
|
||||||
displayName: Publish SymbolPublishingExclusionsFile Artifact
|
|
||||||
condition: eq(variables['SymbolExclusionFile'], 'true')
|
|
||||||
pathToPublish: '$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
|
|
||||||
publishLocation: Container
|
|
||||||
artifactName: ReleaseConfigs
|
|
||||||
|
|
||||||
- ${{ if eq(parameters.publishAssetsImmediately, 'true') }}:
|
- ${{ if eq(parameters.publishAssetsImmediately, 'true') }}:
|
||||||
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
|
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -155,13 +136,17 @@ jobs:
|
||||||
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
|
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
|
||||||
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
is1ESPipeline: ${{ parameters.is1ESPipeline }}
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: AzureCLI@2
|
||||||
displayName: Publish Using Darc
|
displayName: Publish Using Darc
|
||||||
inputs:
|
inputs:
|
||||||
filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
|
azureSubscription: "Darc: Maestro Production"
|
||||||
arguments: -BuildId $(BARBuildId)
|
scriptType: ps
|
||||||
|
scriptLocation: scriptPath
|
||||||
|
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
|
||||||
|
arguments: >
|
||||||
|
-BuildId $(BARBuildId)
|
||||||
-PublishingInfraVersion 3
|
-PublishingInfraVersion 3
|
||||||
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
|
-AzdoToken '$(System.AccessToken)'
|
||||||
-WaitPublishingFinish true
|
-WaitPublishingFinish true
|
||||||
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
|
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
|
||||||
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
|
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
|
||||||
|
|
|
@ -34,10 +34,12 @@ jobs:
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: $(DncEngPublicBuildPool)
|
name: $(DncEngPublicBuildPool)
|
||||||
image: windows.vs2022.amd64.open
|
image: 1es-windows-2022-open
|
||||||
|
os: windows
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: $(DncEngInternalBuildPool)
|
name: $(DncEngInternalBuildPool)
|
||||||
image: windows.vs2022.amd64
|
image: 1es-windows-2022
|
||||||
|
os: windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- ${{ if eq(parameters.is1ESPipeline, '') }}:
|
- ${{ if eq(parameters.is1ESPipeline, '') }}:
|
||||||
|
@ -69,23 +71,11 @@ jobs:
|
||||||
|
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- task: AzureCLI@2
|
- task: AzureCLI@2
|
||||||
displayName: Get stage 1 auth token
|
displayName: Log in to Azure and upload stage1 artifacts to source index
|
||||||
inputs:
|
inputs:
|
||||||
azureSubscription: 'SourceDotNet Stage1 Publish'
|
azureSubscription: 'SourceDotNet Stage1 Publish'
|
||||||
addSpnToEnvironment: true
|
addSpnToEnvironment: true
|
||||||
scriptType: 'ps'
|
scriptType: 'ps'
|
||||||
scriptLocation: 'inlineScript'
|
scriptLocation: 'inlineScript'
|
||||||
inlineScript: |
|
inlineScript: |
|
||||||
echo "##vso[task.setvariable variable=ARM_CLIENT_ID]$env:servicePrincipalId"
|
$(Agent.TempDirectory)/.source-index/tools/UploadIndexStage1 -i .source-index/stage1output -n $(Build.Repository.Name) -s netsourceindexstage1 -b stage1
|
||||||
echo "##vso[task.setvariable variable=ARM_ID_TOKEN]$env:idToken"
|
|
||||||
echo "##vso[task.setvariable variable=ARM_TENANT_ID]$env:tenantId"
|
|
||||||
|
|
||||||
- script: |
|
|
||||||
echo "Client ID: $(ARM_CLIENT_ID)"
|
|
||||||
echo "ID Token: $(ARM_ID_TOKEN)"
|
|
||||||
echo "Tenant ID: $(ARM_TENANT_ID)"
|
|
||||||
az login --service-principal -u $(ARM_CLIENT_ID) --tenant $(ARM_TENANT_ID) --allow-no-subscriptions --federated-token $(ARM_ID_TOKEN)
|
|
||||||
displayName: "Login to Azure"
|
|
||||||
|
|
||||||
- script: $(Agent.TempDirectory)/.source-index/tools/UploadIndexStage1 -i .source-index/stage1output -n $(Build.Repository.Name) -s netsourceindexstage1 -b stage1
|
|
||||||
displayName: Upload stage1 artifacts to source index
|
|
||||||
|
|
|
@ -307,9 +307,10 @@ stages:
|
||||||
scriptType: ps
|
scriptType: ps
|
||||||
scriptLocation: scriptPath
|
scriptLocation: scriptPath
|
||||||
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
|
scriptPath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
|
||||||
arguments: -BuildId $(BARBuildId)
|
arguments: >
|
||||||
|
-BuildId $(BARBuildId)
|
||||||
-PublishingInfraVersion ${{ parameters.publishingInfraVersion }}
|
-PublishingInfraVersion ${{ parameters.publishingInfraVersion }}
|
||||||
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
|
-AzdoToken '$(System.AccessToken)'
|
||||||
-WaitPublishingFinish true
|
-WaitPublishingFinish true
|
||||||
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
|
-ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}'
|
||||||
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
|
-SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}'
|
||||||
|
|
|
@ -13,4 +13,4 @@ steps:
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
displayName: ${{ parameters.displayName }}
|
displayName: ${{ parameters.displayName }}
|
||||||
inputs:
|
inputs:
|
||||||
ignoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
ignoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
||||||
|
|
|
@ -3,6 +3,14 @@ parameters:
|
||||||
type: string
|
type: string
|
||||||
- name: outputVariableName
|
- name: outputVariableName
|
||||||
type: string
|
type: string
|
||||||
|
- name: is1ESPipeline
|
||||||
|
type: boolean
|
||||||
|
- name: stepName
|
||||||
|
type: string
|
||||||
|
default: 'getFederatedAccessToken'
|
||||||
|
- name: condition
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
# Resource to get a token for. Common values include:
|
# Resource to get a token for. Common values include:
|
||||||
# - '499b84ac-1321-427f-aa17-267ca6975798' for Azure DevOps
|
# - '499b84ac-1321-427f-aa17-267ca6975798' for Azure DevOps
|
||||||
# - 'https://storage.azure.com/' for storage
|
# - 'https://storage.azure.com/' for storage
|
||||||
|
@ -10,10 +18,16 @@ parameters:
|
||||||
- name: resource
|
- name: resource
|
||||||
type: string
|
type: string
|
||||||
default: '499b84ac-1321-427f-aa17-267ca6975798'
|
default: '499b84ac-1321-427f-aa17-267ca6975798'
|
||||||
|
- name: isStepOutputVariable
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: AzureCLI@2
|
- task: AzureCLI@2
|
||||||
displayName: 'Getting federated access token for feeds'
|
displayName: 'Getting federated access token for feeds'
|
||||||
|
name: ${{ parameters.stepName }}
|
||||||
|
${{ if ne(parameters.condition, '') }}:
|
||||||
|
condition: ${{ parameters.condition }}
|
||||||
inputs:
|
inputs:
|
||||||
azureSubscription: ${{ parameters.federatedServiceConnection }}
|
azureSubscription: ${{ parameters.federatedServiceConnection }}
|
||||||
scriptType: 'pscore'
|
scriptType: 'pscore'
|
||||||
|
@ -25,4 +39,4 @@ steps:
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
Write-Host "Setting '${{ parameters.outputVariableName }}' with the access token value"
|
Write-Host "Setting '${{ parameters.outputVariableName }}' with the access token value"
|
||||||
Write-Host "##vso[task.setvariable variable=${{ parameters.outputVariableName }};issecret=true]$accessToken"
|
Write-Host "##vso[task.setvariable variable=${{ parameters.outputVariableName }};issecret=true;isOutput=${{ parameters.isStepOutputVariable }}]$accessToken"
|
|
@ -32,7 +32,6 @@ steps:
|
||||||
'$(MaestroAccessToken)'
|
'$(MaestroAccessToken)'
|
||||||
'$(dn-bot-all-orgs-artifact-feeds-rw)'
|
'$(dn-bot-all-orgs-artifact-feeds-rw)'
|
||||||
'$(akams-client-id)'
|
'$(akams-client-id)'
|
||||||
'$(akams-client-secret)'
|
|
||||||
'$(microsoft-symbol-server-pat)'
|
'$(microsoft-symbol-server-pat)'
|
||||||
'$(symweb-symbol-server-pat)'
|
'$(symweb-symbol-server-pat)'
|
||||||
'$(dn-bot-all-orgs-build-rw-code-rw)'
|
'$(dn-bot-all-orgs-build-rw-code-rw)'
|
||||||
|
|
|
@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev"
|
||||||
__AlpinePackages+=" openssl-dev"
|
__AlpinePackages+=" openssl-dev"
|
||||||
__AlpinePackages+=" zlib-dev"
|
__AlpinePackages+=" zlib-dev"
|
||||||
|
|
||||||
__FreeBSDBase="13.2-RELEASE"
|
__FreeBSDBase="13.3-RELEASE"
|
||||||
__FreeBSDPkg="1.17.0"
|
__FreeBSDPkg="1.17.0"
|
||||||
__FreeBSDABI="13"
|
__FreeBSDABI="13"
|
||||||
__FreeBSDPackages="libunwind"
|
__FreeBSDPackages="libunwind"
|
||||||
|
@ -605,18 +605,18 @@ elif [[ "$__CodeName" == "illumos" ]]; then
|
||||||
fi
|
fi
|
||||||
echo "Building binutils. Please wait.."
|
echo "Building binutils. Please wait.."
|
||||||
if [[ "$__hasWget" == 1 ]]; then
|
if [[ "$__hasWget" == 1 ]]; then
|
||||||
wget -O- https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.bz2 | tar -xjf -
|
wget -O- https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz | tar -xJf -
|
||||||
else
|
else
|
||||||
curl -SL https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.bz2 | tar -xjf -
|
curl -SL https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz | tar -xJf -
|
||||||
fi
|
fi
|
||||||
mkdir build-binutils && cd build-binutils
|
mkdir build-binutils && cd build-binutils
|
||||||
../binutils-2.33.1/configure --prefix="$__RootfsDir" --target="${__illumosArch}-sun-solaris2.10" --program-prefix="${__illumosArch}-illumos-" --with-sysroot="$__RootfsDir"
|
../binutils-2.42/configure --prefix="$__RootfsDir" --target="${__illumosArch}-sun-solaris2.11" --program-prefix="${__illumosArch}-illumos-" --with-sysroot="$__RootfsDir"
|
||||||
make -j "$JOBS" && make install && cd ..
|
make -j "$JOBS" && make install && cd ..
|
||||||
echo "Building gcc. Please wait.."
|
echo "Building gcc. Please wait.."
|
||||||
if [[ "$__hasWget" == 1 ]]; then
|
if [[ "$__hasWget" == 1 ]]; then
|
||||||
wget -O- https://ftp.gnu.org/gnu/gcc/gcc-8.4.0/gcc-8.4.0.tar.xz | tar -xJf -
|
wget -O- https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz | tar -xJf -
|
||||||
else
|
else
|
||||||
curl -SL https://ftp.gnu.org/gnu/gcc/gcc-8.4.0/gcc-8.4.0.tar.xz | tar -xJf -
|
curl -SL https://ftp.gnu.org/gnu/gcc/gcc-13.3.0/gcc-13.3.0.tar.xz | tar -xJf -
|
||||||
fi
|
fi
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
CXXFLAGS="-fPIC"
|
CXXFLAGS="-fPIC"
|
||||||
|
@ -624,7 +624,7 @@ elif [[ "$__CodeName" == "illumos" ]]; then
|
||||||
CFLAGS_FOR_TARGET="-fPIC"
|
CFLAGS_FOR_TARGET="-fPIC"
|
||||||
export CFLAGS CXXFLAGS CXXFLAGS_FOR_TARGET CFLAGS_FOR_TARGET
|
export CFLAGS CXXFLAGS CXXFLAGS_FOR_TARGET CFLAGS_FOR_TARGET
|
||||||
mkdir build-gcc && cd build-gcc
|
mkdir build-gcc && cd build-gcc
|
||||||
../gcc-8.4.0/configure --prefix="$__RootfsDir" --target="${__illumosArch}-sun-solaris2.10" --program-prefix="${__illumosArch}-illumos-" --with-sysroot="$__RootfsDir" --with-gnu-as \
|
../gcc-13.3.0/configure --prefix="$__RootfsDir" --target="${__illumosArch}-sun-solaris2.11" --program-prefix="${__illumosArch}-illumos-" --with-sysroot="$__RootfsDir" --with-gnu-as \
|
||||||
--with-gnu-ld --disable-nls --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libcilkrts --disable-libada --disable-libsanitizer \
|
--with-gnu-ld --disable-nls --disable-libgomp --disable-libquadmath --disable-libssp --disable-libvtv --disable-libcilkrts --disable-libada --disable-libsanitizer \
|
||||||
--disable-libquadmath-support --disable-shared --enable-tls
|
--disable-libquadmath-support --disable-shared --enable-tls
|
||||||
make -j "$JOBS" && make install && cd ..
|
make -j "$JOBS" && make install && cd ..
|
||||||
|
@ -632,7 +632,7 @@ elif [[ "$__CodeName" == "illumos" ]]; then
|
||||||
if [[ "$__UseMirror" == 1 ]]; then
|
if [[ "$__UseMirror" == 1 ]]; then
|
||||||
BaseUrl=https://pkgsrc.smartos.skylime.net
|
BaseUrl=https://pkgsrc.smartos.skylime.net
|
||||||
fi
|
fi
|
||||||
BaseUrl="$BaseUrl/packages/SmartOS/trunk/${__illumosArch}/All"
|
BaseUrl="$BaseUrl/packages/SmartOS/2019Q4/${__illumosArch}/All"
|
||||||
echo "Downloading manifest"
|
echo "Downloading manifest"
|
||||||
if [[ "$__hasWget" == 1 ]]; then
|
if [[ "$__hasWget" == 1 ]]; then
|
||||||
wget "$BaseUrl"
|
wget "$BaseUrl"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
param (
|
param (
|
||||||
$darcVersion = $null,
|
$darcVersion = $null,
|
||||||
$versionEndpoint = 'https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16',
|
$versionEndpoint = 'https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20',
|
||||||
$verbosity = 'minimal',
|
$verbosity = 'minimal',
|
||||||
$toolpath = $null
|
$toolpath = $null
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source="${BASH_SOURCE[0]}"
|
source="${BASH_SOURCE[0]}"
|
||||||
darcVersion=''
|
darcVersion=''
|
||||||
versionEndpoint='https://maestro.dot.net/api/assets/darc-version?api-version=2019-01-16'
|
versionEndpoint='https://maestro.dot.net/api/assets/darc-version?api-version=2020-02-20'
|
||||||
verbosity='minimal'
|
verbosity='minimal'
|
||||||
|
|
||||||
while [[ $# > 0 ]]; do
|
while [[ $# > 0 ]]; do
|
||||||
|
|
|
@ -19,11 +19,9 @@ case "$compiler" in
|
||||||
# clangx.y or clang-x.y
|
# clangx.y or clang-x.y
|
||||||
version="$(echo "$compiler" | tr -d '[:alpha:]-=')"
|
version="$(echo "$compiler" | tr -d '[:alpha:]-=')"
|
||||||
majorVersion="${version%%.*}"
|
majorVersion="${version%%.*}"
|
||||||
[ -z "${version##*.*}" ] && minorVersion="${version#*.}"
|
|
||||||
|
|
||||||
if [ -z "$minorVersion" ] && [ -n "$majorVersion" ] && [ "$majorVersion" -le 6 ]; then
|
# LLVM based on v18 released in early 2024, with two releases per year
|
||||||
minorVersion=0;
|
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 6)))"
|
||||||
fi
|
|
||||||
compiler=clang
|
compiler=clang
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -31,7 +29,9 @@ case "$compiler" in
|
||||||
# gccx.y or gcc-x.y
|
# gccx.y or gcc-x.y
|
||||||
version="$(echo "$compiler" | tr -d '[:alpha:]-=')"
|
version="$(echo "$compiler" | tr -d '[:alpha:]-=')"
|
||||||
majorVersion="${version%%.*}"
|
majorVersion="${version%%.*}"
|
||||||
[ -z "${version##*.*}" ] && minorVersion="${version#*.}"
|
|
||||||
|
# GCC based on v14 released in early 2024, with one release per year
|
||||||
|
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 12)))"
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -49,12 +49,10 @@ check_version_exists() {
|
||||||
desired_version=-1
|
desired_version=-1
|
||||||
|
|
||||||
# Set up the environment to be used for building with the desired compiler.
|
# Set up the environment to be used for building with the desired compiler.
|
||||||
if command -v "$compiler-$1.$2" > /dev/null; then
|
if command -v "$compiler-$1" > /dev/null; then
|
||||||
desired_version="-$1.$2"
|
desired_version="-$1"
|
||||||
elif command -v "$compiler$1$2" > /dev/null; then
|
elif command -v "$compiler$1" > /dev/null; then
|
||||||
desired_version="$1$2"
|
desired_version="$1"
|
||||||
elif command -v "$compiler-$1$2" > /dev/null; then
|
|
||||||
desired_version="-$1$2"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$desired_version"
|
echo "$desired_version"
|
||||||
|
@ -75,7 +73,7 @@ set_compiler_version_from_CC() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# gcc and clang often display 3 part versions. However, gcc can show only 1 part in some environments.
|
# gcc and clang often display 3 part versions. However, gcc can show only 1 part in some environments.
|
||||||
IFS=. read -r majorVersion minorVersion _ <<EOF
|
IFS=. read -r majorVersion _ <<EOF
|
||||||
$version
|
$version
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -84,43 +82,29 @@ if [ -z "$CLR_CC" ]; then
|
||||||
|
|
||||||
# Set default versions
|
# Set default versions
|
||||||
if [ -z "$majorVersion" ]; then
|
if [ -z "$majorVersion" ]; then
|
||||||
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
|
minVersion=8
|
||||||
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
|
maxVersion="$((maxVersion + 1))" # +1 for headspace
|
||||||
elif [ "$compiler" = "gcc" ]; then versions="14 13 12 11 10 9 8 7 6 5 4.9"; fi
|
i="$maxVersion"
|
||||||
|
while [ "$i" -ge $minVersion ]; do
|
||||||
for version in $versions; do
|
desired_version="$(check_version_exists "$i")"
|
||||||
_major="${version%%.*}"
|
if [ "$desired_version" != "-1" ]; then majorVersion="$i"; break; fi
|
||||||
[ -z "${version##*.*}" ] && _minor="${version#*.}"
|
i=$((i - 1))
|
||||||
desired_version="$(check_version_exists "$_major" "$_minor")"
|
|
||||||
if [ "$desired_version" != "-1" ]; then majorVersion="$_major"; break; fi
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$majorVersion" ]; then
|
if [ -z "$majorVersion" ]; then
|
||||||
if ! command -v "$compiler" > /dev/null; then
|
if ! command -v "$compiler" > /dev/null; then
|
||||||
echo "Error: No usable version of $compiler found."
|
echo "Error: No compatible version of $compiler was found within the range of $minVersion to $maxVersion. Please upgrade your toolchain or specify the compiler explicitly using CLR_CC and CLR_CXX environment variables."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CC="$(command -v "$compiler" 2> /dev/null)"
|
CC="$(command -v "$compiler" 2> /dev/null)"
|
||||||
CXX="$(command -v "$cxxCompiler" 2> /dev/null)"
|
CXX="$(command -v "$cxxCompiler" 2> /dev/null)"
|
||||||
set_compiler_version_from_CC
|
set_compiler_version_from_CC
|
||||||
else
|
|
||||||
if [ "$compiler" = "clang" ] && [ "$majorVersion" -lt 5 ] && { [ "$build_arch" = "arm" ] || [ "$build_arch" = "armel" ]; }; then
|
|
||||||
# If a major version was provided explicitly, and it was too old, find a newer compiler instead
|
|
||||||
if ! command -v "$compiler" > /dev/null; then
|
|
||||||
echo "Error: Found clang version $majorVersion which is not supported on arm/armel architectures, and there is no clang in PATH."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
CC="$(command -v "$compiler" 2> /dev/null)"
|
|
||||||
CXX="$(command -v "$cxxCompiler" 2> /dev/null)"
|
|
||||||
set_compiler_version_from_CC
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
desired_version="$(check_version_exists "$majorVersion" "$minorVersion")"
|
desired_version="$(check_version_exists "$majorVersion")"
|
||||||
if [ "$desired_version" = "-1" ]; then
|
if [ "$desired_version" = "-1" ]; then
|
||||||
echo "Error: Could not find specific version of $compiler: $majorVersion $minorVersion."
|
echo "Error: Could not find specific version of $compiler: $majorVersion."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -42,6 +42,7 @@ try {
|
||||||
--azdev-pat "$AzdoToken" `
|
--azdev-pat "$AzdoToken" `
|
||||||
--bar-uri "$MaestroApiEndPoint" `
|
--bar-uri "$MaestroApiEndPoint" `
|
||||||
--ci `
|
--ci `
|
||||||
|
--verbose `
|
||||||
@optionalParams
|
@optionalParams
|
||||||
|
|
||||||
if ($LastExitCode -ne 0) {
|
if ($LastExitCode -ne 0) {
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
parameters:
|
parameters:
|
||||||
enablePublishBuildArtifacts: false
|
enablePublishBuildArtifacts: false
|
||||||
|
disableComponentGovernance: ''
|
||||||
|
componentGovernanceIgnoreDirectories: ''
|
||||||
|
# Sbom related params
|
||||||
|
enableSbom: true
|
||||||
|
PackageVersion: 9.0.0
|
||||||
|
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: /eng/common/core-templates/job/job.yml
|
- template: /eng/common/core-templates/job/job.yml
|
||||||
|
@ -13,6 +19,26 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- ${{ each step in parameters.steps }}:
|
- ${{ each step in parameters.steps }}:
|
||||||
- ${{ step }}
|
- ${{ step }}
|
||||||
|
|
||||||
|
componentGovernanceSteps:
|
||||||
|
- template: /eng/common/templates/steps/component-governance.yml
|
||||||
|
parameters:
|
||||||
|
${{ if eq(parameters.disableComponentGovernance, '') }}:
|
||||||
|
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.runAsPublic, 'false'), or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/dotnet/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/microsoft/'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))) }}:
|
||||||
|
disableComponentGovernance: false
|
||||||
|
${{ else }}:
|
||||||
|
disableComponentGovernance: true
|
||||||
|
${{ else }}:
|
||||||
|
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
|
||||||
|
componentGovernanceIgnoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }}
|
||||||
|
|
||||||
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(parameters.enableSbom, 'true')) }}:
|
||||||
|
- template: /eng/common/templates/steps/generate-sbom.yml
|
||||||
|
parameters:
|
||||||
|
PackageVersion: ${{ parameters.packageVersion }}
|
||||||
|
BuildDropPath: ${{ parameters.buildDropPath }}
|
||||||
|
publishArtifacts: false
|
||||||
|
|
||||||
|
|
||||||
artifactPublishSteps:
|
artifactPublishSteps:
|
||||||
- ${{ if ne(parameters.artifacts.publish, '') }}:
|
- ${{ if ne(parameters.artifacts.publish, '') }}:
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "9.0.100-preview.5.24307.3",
|
"version": "9.0.100-preview.7.24407.12",
|
||||||
"allowPrerelease": true,
|
"allowPrerelease": true,
|
||||||
"rollForward": "major"
|
"rollForward": "major"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet": "9.0.100-preview.5.24307.3",
|
"dotnet": "9.0.100-preview.7.24407.12",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet": [
|
"dotnet": [
|
||||||
"3.1.15",
|
"3.1.15",
|
||||||
|
@ -14,6 +14,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24325.3"
|
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче