Generate DotNet nupkgs for ubuntu.14.04-arm and ubuntu.16.04-arm#814
Generate DotNet nupkgs for ubuntu.14.04-arm and ubuntu.16.04-arm#814jyoungyun wants to merge 1 commit into
Conversation
Add runtime id for ubuntu.14.04-arm and ubuntu.16.04-arm Currently, pkg/pack.sh does not support cross build. By adding --rid option, pack.sh supports to generate DotNet nupkgs for arm. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
|
Hi @jyoungyun, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
|
@hqueue This patch generates DotNetHost nupkgs for ubuntu arm. But some parts of this patch conflict with your PRs. Let's talk about it next Monday. |
|
@jyoungyun @hqueue A bunch of changes in this PR are the same set of changes @hqueue made in #712. Can you please merge the changes into a single PR that validates all packages for the host are being built as expected? |
| else | ||
| __targets_param="TargetsLinux=true" | ||
| init_distro_name | ||
| if [ -z $__distro_rid ]; then |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Add runtime id for ubuntu.14.04-arm and ubuntu.16.04-arm
Currently, pkg/pack.sh does not support cross build.
By adding --rid option, pack.sh supports to generate DotNet nupkgs for arm.
Related issue : #813