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

Build with debug and strip on pre-release #548

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

starkbamse
Copy link
Collaborator

What is this
This conditionally compiles RK binaries with --profile=heap in the case that the current release is a pre-release.

How
We utilize the Github API github.event.release.prerelease variable.

Why
It seems reasonable that all RC builds (pre-releases) are built with debug enabled and strip disabled. This makes it easier for us as developers to debug potential bugs, crashes etc.

@starkbamse starkbamse marked this pull request as draft September 8, 2024 19:07
@michaelsutton michaelsutton deleted the branch kaspanet:master September 11, 2024 18:34
@michaelsutton michaelsutton reopened this Sep 11, 2024
@michaelsutton michaelsutton changed the base branch from dev to master September 11, 2024 18:39
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.

2 participants