Skip to content

Remove Capnp as a Required Dependency #61

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

JonoPrest
Copy link
Contributor

I have now put the capnp build script into a make file to be manually run.

It puts the artifact straight into the src file and formats it.

The CI can then check if anything has changed.

Comment on lines 28 to 33
- name: Check capnp schema should match the generated code
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev
- name: Build
run: cargo build
- name: Test
run: cargo test
make capnp-build
git diff --exit-code
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should prove that capnproto does not need to be included

@JonoPrest JonoPrest force-pushed the jp/remove-capnp-dep branch from 6b5d584 to a29a954 Compare March 3, 2025 08:42
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.

1 participant