Skip to content

Enable release mode builds #12

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

Merged
merged 3 commits into from
Jul 29, 2025
Merged

Conversation

josephnoir
Copy link
Contributor

Motivation:

Some errors do not show up in debug builds. Enabling release mode builds improves the CI coverage.

Modifications:

Enable release mode builds for pull requests and scheduled builds on main.

Result:

Improved CI coverage.

### Motivation:

Some errors do not show up in debug builds. Enabling release mode builds improves the CI coverage.

### Modifications:

Enable release mode builds for pull requests and scheduled builds on main.

### Result:

Improved CI coverage.
name: Release builds
uses: apple/swift-nio/.github/workflows/release_builds.yml@main
with:
linux_5_9_enabled: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

I thought there was no 5.9 for this workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are correct.

@glbrntt glbrntt added the semver/none No version bump required. label Jul 29, 2025
@glbrntt glbrntt enabled auto-merge (squash) July 29, 2025 18:12
@glbrntt glbrntt merged commit 8e4ecbd into grpc:main Jul 29, 2025
42 checks passed
@josephnoir josephnoir deleted the release-mode-builds branch July 30, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants