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

Add external types exposed through public api check for CI #434

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

Conversation

u9g
Copy link
Contributor

@u9g u9g commented Aug 6, 2023

No description provided.

@u9g u9g requested a review from obi1kenobi as a code owner August 6, 2023 02:30
@u9g
Copy link
Contributor Author

u9g commented Aug 6, 2023


- name: Check Exported API
run: |
cargo install --locked cargo-check-external-types
Copy link
Owner

Choose a reason for hiding this comment

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

This is going to rebuild on every PR update, which is going to be horrifically slow. The tool's doesn't offer prebuilt binaries, and it's not part of cargo-quickinstall's prebuilt list either.

Almost tempted to not use it over this, to be honest.

What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not super upset over it as it takes approximately the same 2 minutes to run the tests. We can also either ask them to offer prebuilt binaries or just build it ourselves on every commit in a different repo similar to what cargo-quickinstall does.

Is there any way we can ask them to add it to cargo-quickinstall?

@obi1kenobi
Copy link
Owner

obi1kenobi commented Aug 6, 2023 via email

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