-
Notifications
You must be signed in to change notification settings - Fork 3
kn: release setup #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kn: release setup #174
Conversation
… intended as a public API.`
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| ### Windows | ||
| Not supported yet. |
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.
Question: Can we add build instructions? I should've done that in my K/N Windows PRs but I didn't realize/remember this was here.
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.
I have not built on Windows using our containers, is there anything we need to do besides running the script and ensuring Docker is installed?
|
|
||
| fun KotlinNativeTarget.namedSuffix(prefix: String, capitalized: Boolean = false): String = | ||
| prefix + if (capitalized) name.capitalized() else name | ||
| prefix + if (capitalized) name.uppercase() else name |
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.
Nit: If we're uppercasing then the parameter name capitalized is no longer accurate.
This comment has been minimized.
This comment has been minimized.
|
Affected ArtifactsChanged in size
|



Issue #, if available:
Description of changes:
Get aws-crt-kotlin ready to build and release K/N artifacts
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.