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

ci: build individual crates #6

Open
WesleyRosenblum opened this issue Dec 18, 2023 · 0 comments
Open

ci: build individual crates #6

WesleyRosenblum opened this issue Dec 18, 2023 · 0 comments

Comments

@WesleyRosenblum
Copy link
Contributor

Problem:

Building the entire s2n-netbench workspace may result in different dependencies and features being enabled than building each crate individually. This can result in problems when publishing to crates.io, such as #5

Solution:

Add CI tasks to build each crate individually, similar to as was done in aws/s2n-quic#1673

Requirements / Acceptance Criteria:

If a dependency is used that causes an individual crate to be unbuildable, the CI task will fail

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

No branches or pull requests

1 participant