This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Generate nuget package for armel (Tizen, Debian) #8827
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
29 changes: 29 additions & 0 deletions
29
src/.nuget/Microsoft.NETCore.ILAsm/tizen/4.0.0/Microsoft.NETCore.ILAsm.pkgproj
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> | ||
| <PropertyGroup> | ||
| <SkipPackageFileCheck>true</SkipPackageFileCheck> | ||
| <PackageTargetRuntime>tizen.4.0.0-$(PackagePlatform)</PackageTargetRuntime> | ||
| <!-- only build for armel --> | ||
| <PackagePlatforms>armel;</PackagePlatforms> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <NativeSplittableBinary Include="$(BinDir)ilasm" /> | ||
| <ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" /> | ||
| <File Include="@(ArchitectureSpecificNativeFile)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| </File> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(__BuildType)' == 'Release'"> | ||
| <ArchitectureSpecificNativeSymbol Include="@(NativeSplittableBinary -> '%(Identity).dbg')" /> | ||
| <AdditionalLibPackageExcludes Include="%2A%2A\%2A.dbg" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.so" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.dll" /> | ||
| <ArchitectureSpecificNativeSymbol Include="..\..\..\_.pdb" /> | ||
| <File Include="@(ArchitectureSpecificNativeSymbol)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| <IsSymbolFile>true</IsSymbolFile> | ||
| </File> | ||
| </ItemGroup> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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
29 changes: 29 additions & 0 deletions
29
src/.nuget/Microsoft.NETCore.ILDAsm/tizen/4.0.0/Microsoft.NETCore.ILDAsm.pkgproj
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> | ||
| <PropertyGroup> | ||
| <SkipPackageFileCheck>true</SkipPackageFileCheck> | ||
| <PackageTargetRuntime>tizen.4.0.0-$(PackagePlatform)</PackageTargetRuntime> | ||
| <!-- only build for armel --> | ||
| <PackagePlatforms>armel;</PackagePlatforms> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <NativeSplittableBinary Include="$(BinDir)ildasm" /> | ||
| <ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" /> | ||
| <File Include="@(ArchitectureSpecificNativeFile)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| </File> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(__BuildType)' == 'Release'"> | ||
| <ArchitectureSpecificNativeSymbol Include="@(NativeSplittableBinary -> '%(Identity).dbg')" /> | ||
| <AdditionalLibPackageExcludes Include="%2A%2A\%2A.dbg" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.so" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.dll" /> | ||
| <ArchitectureSpecificNativeSymbol Include="..\..\..\_.pdb" /> | ||
| <File Include="@(ArchitectureSpecificNativeSymbol)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| <IsSymbolFile>true</IsSymbolFile> | ||
| </File> | ||
| </ItemGroup> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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
29 changes: 29 additions & 0 deletions
29
src/.nuget/Microsoft.NETCore.Jit/tizen/4.0.0/Microsoft.NETCore.Jit.pkgproj
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> | ||
| <PropertyGroup> | ||
| <SkipPackageFileCheck>true</SkipPackageFileCheck> | ||
| <PackageTargetRuntime>tizen.4.0.0-$(PackagePlatform)</PackageTargetRuntime> | ||
| <!-- only build for armel --> | ||
| <PackagePlatforms>armel;</PackagePlatforms> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <NativeSplittableBinary Include="$(BinDir)libclrjit.so" /> | ||
| <ArchitectureSpecificNativeFile Include="@(NativeSplittableBinary)" /> | ||
| <File Include="@(ArchitectureSpecificNativeFile)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| </File> | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(__BuildType)' == 'Release'"> | ||
| <ArchitectureSpecificNativeSymbol Include="@(NativeSplittableBinary -> '%(Identity).dbg')" /> | ||
| <AdditionalLibPackageExcludes Include="%2A%2A\%2A.dbg" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.so" /> | ||
| <AdditionalSymbolPackageExcludes Include="%2A%2A\%2A.dll" /> | ||
| <ArchitectureSpecificNativeSymbol Include="..\..\..\_.pdb" /> | ||
| <File Include="@(ArchitectureSpecificNativeSymbol)"> | ||
| <TargetPath>runtimes/$(PackageTargetRuntime)/native</TargetPath> | ||
| <IsSymbolFile>true</IsSymbolFile> | ||
| </File> | ||
| </ItemGroup> | ||
| <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> | ||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -4,20 +4,20 @@ | |
| <PropertyGroup> | ||
| <SkipPackageFileCheck>true</SkipPackageFileCheck> | ||
| <PackageTargetRuntime>debian.8-$(PackagePlatform)</PackageTargetRuntime> | ||
| <!-- only build for x64 --> | ||
| <PackagePlatforms>x64;</PackagePlatforms> | ||
| <!-- build for x64, armel --> | ||
| <PackagePlatforms>x64;armel;</PackagePlatforms> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <NativeSplittableBinary Include="$(BinDir)libcoreclr.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)libcoreclrtraceptprovider.so" /> | ||
| <NativeSplittableBinary Condition="'$(PackagePlatform)' != 'armel'" Include="$(BinDir)libcoreclrtraceptprovider.so" /> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this not build for armel but builds for arm?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @gkhanna79 armel has same problem as arm. #8684. |
||
| <NativeSplittableBinary Include="$(BinDir)libdbgshim.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)libmscordaccore.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)libmscordbi.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)libsos.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)libsosplugin.so" /> | ||
| <NativeSplittableBinary Include="$(BinDir)System.Globalization.Native.so" /> | ||
| <ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt" /> | ||
| <ArchitectureSpecificNativeFile Include="$(BinDir)System.Private.CoreLib.ni.dll" /> | ||
| <ArchitectureSpecificNativeFile Condition="'$(PackagePlatform)' != 'armel'" Include="$(BinDir)System.Private.CoreLib.ni.dll" /> | ||
| <ArchitectureSpecificLibFile Include="$(BinDir)System.Private.CoreLib.dll" /> | ||
| <ArchitectureSpecificLibFile Include="$(BinDir)SOS.NETCore.dll" /> | ||
| <ArchitectureSpecificToolFile Include="$(BinDir)crossgen" /> | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hseok-oh Can you remind me again if Tizen is Ubuntu armel or Debian armel? If the latter, then do we need this for Tizen at all?