Stop building ARM for ProjectReunion Foundation (#459)

* remove arm

* remove arm in other places

* non essential arms
This commit is contained in:
Kyaw Thant 2021-02-22 16:47:08 -08:00 коммит произвёл GitHub
Родитель 57d82e8b24
Коммит 8743013e91
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 1 добавлений и 44 удалений

3
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -32,8 +32,5 @@ jobs:
- name: build x64
run: msbuild /m /p:Configuration=Release,Platform=x64 ProjectReunion.sln
- name: build ARM
run: msbuild /m /p:Configuration=Release,Platform=ARM ProjectReunion.sln
- name: build ARM64
run: msbuild /m /p:Configuration=Release,Platform=ARM64 ProjectReunion.sln

Просмотреть файл

@ -22,9 +22,6 @@ parameters:
Release_x64:
buildPlatform: 'x64'
buildConfiguration: 'Release'
Release_arm:
buildPlatform: 'arm'
buildConfiguration: 'Release'
jobs:
- job: ${{ parameters.buildJobName }}

Просмотреть файл

@ -9,9 +9,7 @@ parameters:
Release_x64:
buildPlatform: 'x64'
buildConfiguration: 'Release'
Release_Arm:
buildPlatform: 'arm'
buildConfiguration: 'Release'
jobs:
- job: ${{ parameters.name }}
dependsOn: ${{ parameters.dependsOn }}

Просмотреть файл

@ -112,8 +112,6 @@ Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x86\Microsoft.ProjectR
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x86\Microsoft.ProjectReunion\Microsoft.ProjectReunion.pri "$runtimesDir\win10-x86\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x64\Microsoft.ProjectReunion\Microsoft.ProjectReunion.dll "$runtimesDir\win10-x64\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x64\Microsoft.ProjectReunion\Microsoft.ProjectReunion.pri "$runtimesDir\win10-x64\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm\Microsoft.ProjectReunion\Microsoft.ProjectReunion.dll "$runtimesDir\win10-arm\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm\Microsoft.ProjectReunion\Microsoft.ProjectReunion.pri "$runtimesDir\win10-arm\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm64\Microsoft.ProjectReunion\Microsoft.ProjectReunion.dll "$runtimesDir\win10-arm64\native"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm64\Microsoft.ProjectReunion\Microsoft.ProjectReunion.pri "$runtimesDir\win10-arm64\native"
@ -163,12 +161,10 @@ if(-not $SkipFrameworkPackage)
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x86\FrameworkPackage\Microsoft.ProjectReunion.*.appx "$toolsDir\AppX\x86\Release"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\x64\FrameworkPackage\Microsoft.ProjectReunion.*.appx "$toolsDir\AppX\x64\Release"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm\FrameworkPackage\Microsoft.ProjectReunion.*.appx "$toolsDir\AppX\arm\Release"
Copy-IntoNewDirectory -IfExists $BuildOutput\$BuildFlavor\arm64\FrameworkPackage\Microsoft.ProjectReunion.*.appx "$toolsDir\AppX\arm64\Release"
# Currently we don't have a separate Debug package that we want to ship to customers
#Copy-IntoNewDirectory -IfExists $BuildOutput\debug\x86\FrameworkPackage\Microsoft.ProjectReunion.Debug.*.appx "$toolsDir\AppX\x86\Debug"
#Copy-IntoNewDirectory -IfExists $BuildOutput\debug\x64\FrameworkPackage\Microsoft.ProjectReunion.Debug.*.appx "$toolsDir\AppX\x64\Debug"
#Copy-IntoNewDirectory -IfExists $BuildOutput\debug\arm\FrameworkPackage\Microsoft.ProjectReunion.Debug.*.appx "$toolsDir\AppX\arm\Debug"
#Copy-IntoNewDirectory -IfExists $BuildOutput\debug\arm64\FrameworkPackage\Microsoft.ProjectReunion.Debug.*.appx "$toolsDir\AppX\arm64\Debug"
$NugetCmdLine = "$nugetExe pack ProjectReunionFrameworkPackage.nuspec $NugetArgs -version $version"

Просмотреть файл

@ -29,10 +29,6 @@ jobs:
buildConfiguration: 'Release'
normalizedConfiguration: 'fre'
PGOBuildMode: 'Optimize'
Release_Arm:
buildPlatform: 'arm'
buildConfiguration: 'Release'
normalizedConfiguration: 'fre'
Release_Arm64:
buildPlatform: 'arm64'
buildConfiguration: 'Release'

Просмотреть файл

@ -23,9 +23,6 @@ jobs:
buildPlatform: 'x64'
buildConfiguration: 'Release'
PGOBuildMode: 'Optimize'
Release_Arm:
buildPlatform: 'arm'
buildConfiguration: 'Release'
Release_Arm64:
buildPlatform: 'arm64'
buildConfiguration: 'Release'

Просмотреть файл

@ -19,9 +19,6 @@ jobs:
Release_x64:
buildPlatform: 'x64'
buildConfiguration: 'Release'
Release_Arm:
buildPlatform: 'ARM'
buildConfiguration: 'Release'
Release_Arm64:
buildPlatform: 'ARM64'
buildConfiguration: 'Release'
@ -311,18 +308,6 @@ jobs:
TargetFolder: '$(Build.ArtifactStagingDirectory)\fullnuget\runtimes\win10-x64\native'
flattenFolders: true
- task: CopyFiles@2
displayName: 'copy ARM'
inputs:
SourceFolder: '$(Build.ArtifactStagingDirectory)\mrt_raw\mrtcore_binaries\lib\ARM'
Contents: |
mrm.pdb
Microsoft.ApplicationModel.Resources.pdb
mrm.dll
Microsoft.ApplicationModel.Resources.dll
TargetFolder: '$(Build.ArtifactStagingDirectory)\fullnuget\runtimes\win10-arm\native'
flattenFolders: true
- task: CopyFiles@2
displayName: 'copy ARM64'
inputs:
@ -353,15 +338,6 @@ jobs:
TargetFolder: '$(Build.ArtifactStagingDirectory)\fullnuget\lib\win10-x64'
flattenFolders: true
- task: CopyFiles@2
displayName: 'copy import lib ARM'
inputs:
SourceFolder: '$(Build.ArtifactStagingDirectory)\mrt_raw\mrtcore_binaries\lib\ARM'
Contents: |
mrm.lib
TargetFolder: '$(Build.ArtifactStagingDirectory)\fullnuget\lib\win10-arm'
flattenFolders: true
- task: CopyFiles@2
displayName: 'copy import lib ARM64'
inputs: