8000 Add linux-arm tarball package to release build by daxian-dbw · Pull Request #5652 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@daxian-dbw
Copy link
Member
@daxian-dbw daxian-dbw commented Dec 7, 2017

PR Summary

Fix #5571 -- Produce linux-arm tar.gz package in the release build.

Create linux-arm tarball package in our release build.
Also moved the Linux-x64 tarball creation to Ubutntu 14.04, because Start-PSBuild adds additional symbolic link files when running on Red Hat Family distros.
Note that linux-arm can only be built on Ubuntu, so the tar-arm package will also be generated from the Ubuntu 14.04.

PR Checklist

Note: Please mark anything not applicable to this PR NA.

@anmenaga
Copy link
anmenaga commented Dec 8, 2017

"linux-arm can only be built on Ubuntu" - why?

@daxian-dbw
Copy link
Member Author
daxian-dbw commented Dec 8, 2017

@anmenaga It's from build.psm1: https://github.com/PowerShell/PowerShell/blob/master/build.psm1#L288
I don't know if that has been changed by now.

if ($ExtraPackage -contains "tar-arm") {
## Build 'linux-arm' and create 'tar.gz' package for it.
## Note that 'linux-arm' can only be built on Ubuntu environment.
Start-PSBuild -Runtime linux-arm -PSModuleRestore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need to build with at least the release tag?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Member
@TravisEz13 TravisEz13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

@daxian-dbw
Copy link
Member Author

@TravisEz13 Your comment has been addressed. Can you please take another look? Thanks!

@TravisEz13 TravisEz13 merged commit 7f94b6e into PowerShell:master Dec 8, 2017
@TravisEz13 TravisEz13 added this to the 6.0.0-RC.2 milestone Dec 9, 2017
@daxian-dbw daxian-dbw deleted the tarbuild branch December 9, 2017 01:28
TravisEz13 pushed a commit to TravisEz13/PowerShell that referenced this pull request Dec 9, 2017
Create linux-arm tarball package in our release build.
Also moved the Linux-x64 tarball creation to Ubutntu 14.04, because Start-PSBuild adds additional symbolic link files when running on Red Hat Family distros.
Note that linux-arm can only be built on Ubuntu, so the tar-arm package will also be generated from the Ubuntu 14.04.
TravisEz13 pushed a commit that referenced this pull request Dec 10, 2017
Create linux-arm tarball package in our release build.
Also moved the Linux-x64 tarball creation to Ubutntu 14.04, because Start-PSBuild adds additional symbolic link files when running on Red Hat Family distros.
Note that linux-arm can only be built on Ubuntu, so the tar-arm package will also be generated from the Ubuntu 14.04.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0