Skip to content

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