Skip to content

Conversation

@SteveL-MSFT
Copy link
Member

@SteveL-MSFT SteveL-MSFT commented Jun 22, 2018

PR Summary

setdate.cpp was incorrectly assigning an int to a struct, fixed to initialize struct zero'd
update the typegen project in the bash script
added some help text at top of script for someone trying to build it
updated runtime to linux-musl-x64 instead of linux-x64 as Alpine distro uses the musl libc libraries instead of glibc which is used by most distros.

PR Checklist

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we should migrate to stime #6962

Copy link
Member Author

Choose a reason for hiding this comment

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

If we eventually move to a dotnet api, I don't think it's worth the effort to change to stime now. I need this change as the native build portion for Alpine fails here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Minor nit: Are the white space diffs really needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Consistent 4 spaces indentation (was copied from build.psm1)

@TravisEz13
Copy link
Member

The intent for alpine is to always have a separate alpine build?

@adityapatwardhan
Copy link
Member

Filed issue to figure out Alpine Linux release #7167

@SteveL-MSFT
Copy link
Member Author

I think it's fine to have just an Alpine docker image w/ PSCore6

@SteveL-MSFT
Copy link
Member Author

I should change the runtime to linux-musl-x64 to match the packaging

@SteveL-MSFT
Copy link
Member Author

Note that for dotnet, alpine-x64 == linux-musl-x64, however the nuget pkg that contains crossgen has it under the linux-musl-x64 file path, so using that one.

@TravisEz13 TravisEz13 merged commit 7d72e38 into PowerShell:master Jun 25, 2018
@SteveL-MSFT SteveL-MSFT deleted the alpine-linux branch June 25, 2018 23:36
daxian-dbw added a commit that referenced this pull request Jun 26, 2018
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.

5 participants