Skip to content
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

Add support for ponyc's specialized build requirements #51

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

SeanTAllen
Copy link
Member

We build ponyc in CirrusCI, not GitHub actions. We do this because we
often need to build LLVM from source and GitHub doesn't provide execution
environments that are powerful enough. This results in a change where we
can't use a stock release-bot trigger-release-announcement command.

When the ponyc workflow goes to trigger release announcements, the tag
used to build isn't available so the version needs to be provided via the
CUSTOM_VERSION environment variable that is added in this change.

This functionality should have been included in 0.6.0 but was missed.

We build ponyc in CirrusCI, not GitHub actions. We do this because we
often need to build LLVM from source and GitHub doesn't provide execution
environments that are powerful enough. This results in a change where we
can't use a stock release-bot `trigger-release-announcement` command.

When the ponyc workflow goes to trigger release announcements, the tag
used to build isn't available so the version needs to be provided via the
`CUSTOM_VERSION` environment variable that is added in this change.

This functionality should have been included in 0.6.0 but was missed.
@SeanTAllen SeanTAllen added changelog - changed Automatically add "Changed" CHANGELOG entry on merge changelog - added Automatically add "Added" CHANGELOG entry on merge and removed changelog - changed Automatically add "Changed" CHANGELOG entry on merge labels Jul 14, 2021
@SeanTAllen SeanTAllen merged commit 7da63b3 into main Jul 14, 2021
@SeanTAllen SeanTAllen deleted the support-ponyc-announce-requirements branch July 14, 2021 18:04
github-actions bot pushed a commit that referenced this pull request Jul 14, 2021
github-actions bot pushed a commit that referenced this pull request Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant