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

build.rs: skip "expensive_tests", not a crate #6518

Merged

Conversation

cakebaker
Copy link
Contributor

This PR skips the "expensive_tests" feature when building a map of crates. It should fix the "use of undeclared crate or module expensive_tests" error in uutils/uutils.github.io#35

@cakebaker cakebaker linked an issue Jul 3, 2024 that may be closed by this pull request
Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

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

Short and sweet, LGTM.

Only CI failure is known issue #6534.

@BenWiederhake BenWiederhake merged commit 1a1490e into uutils:main Jul 3, 2024
67 of 68 checks passed
@cakebaker cakebaker deleted the build_rs_ignore_expensive_tests branch July 3, 2024 05:28
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.

"expensive_tests" feature fails to build from source
2 participants