Skip to content

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

@obi1kenobi obi1kenobi force-pushed the main branch 3 times, most recently from 15f64a4 to 64ebfd5 Compare November 17, 2023 19:59
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