Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add linux-arm tarball package to release build#5652

Merged
TravisEz13 merged 3 commits into
PowerShell:masterPowerShell/PowerShell:masterfrom
daxian-dbw:tarbuilddaxian-dbw/PowerShell:tarbuildCopy head branch name to clipboard
Dec 8, 2017
Merged

Add linux-arm tarball package to release build#5652
TravisEz13 merged 3 commits into
PowerShell:masterPowerShell/PowerShell:masterfrom
daxian-dbw:tarbuilddaxian-dbw/PowerShell:tarbuildCopy head branch name to clipboard

Conversation

@daxian-dbw

@daxian-dbw daxian-dbw commented Dec 7, 2017

Copy link
Copy Markdown
Member

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

anmenaga commented Dec 8, 2017

Copy link
Copy Markdown

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

@daxian-dbw

daxian-dbw commented Dec 8, 2017

Copy link
Copy Markdown
Member Author

@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
Copy Markdown
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
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Good catch!

@TravisEz13 TravisEz13 left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.