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

Try to make so cargo ctest does not force the rebuild of all the dependencies #276

Open
lu-zero opened this issue Aug 24, 2022 · 2 comments
Labels
D-Medium A task that takes 4 hours to complete enhancement New feature or request

Comments

@lu-zero
Copy link
Owner

lu-zero commented Aug 24, 2022

Ideally it should use a different target dir.

@lu-zero lu-zero added enhancement New feature or request D-Medium A task that takes 4 hours to complete labels Aug 24, 2022
@kanru
Copy link

kanru commented Jan 20, 2023

Do you have some idea as why it rebuilds? It looks like ctest would first invoke cbuild, then a normal cargo test with the additional cflags. Presumably the second build used a different profile or flag?

I tried to run cargo cbuild then cargo test but it doesn't always rebuild. So what's triggering the rebuild?

@lu-zero
Copy link
Owner Author

lu-zero commented Jan 20, 2023

It needs a bit more of investigation I assumed it always trigger a rebuild as it is now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-Medium A task that takes 4 hours to complete enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants