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

Cargo.toml: allow "fuzzing" as cfg condition name #6497

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

cakebaker
Copy link
Contributor

This PR allows "fuzzing" as a cfg condition name in order to fix the "unexpected cfg condition name: fuzzing" warnings on the nightly builds in the CI (see, for example, https://github.com/uutils/coreutils/actions/runs/9673817439/job/26688539353?pr=6496#step:7:504).

@cakebaker cakebaker force-pushed the cargo_cfg_fuzzing branch from 388d7ea to caee2f3 Compare June 26, 2024 13:19
@cakebaker cakebaker marked this pull request as draft June 26, 2024 14:00
@cakebaker cakebaker force-pushed the cargo_cfg_fuzzing branch 2 times, most recently from 51f90af to e8ee6b5 Compare June 27, 2024 08:27
@sylvestre sylvestre force-pushed the cargo_cfg_fuzzing branch from e8ee6b5 to 9e4b474 Compare July 3, 2024 06:35
@sylvestre
Copy link
Contributor

is it still a draft ? :)
thanks

@cakebaker cakebaker force-pushed the cargo_cfg_fuzzing branch from 9e4b474 to 3218b91 Compare July 23, 2024 12:58
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

@cakebaker cakebaker force-pushed the cargo_cfg_fuzzing branch from 3218b91 to 6eb199c Compare July 23, 2024 13:38
@cakebaker cakebaker force-pushed the cargo_cfg_fuzzing branch from 6eb199c to ef68d97 Compare July 23, 2024 13:59
@cakebaker cakebaker marked this pull request as ready for review July 23, 2024 14:08
@cakebaker
Copy link
Contributor Author

Changes since last push:

  • moved all changes from Cargo.toml to src/uu/seq/Cargo.toml

@sylvestre sylvestre merged commit 12eacd1 into uutils:main Jul 25, 2024
67 of 68 checks passed
@cakebaker cakebaker deleted the cargo_cfg_fuzzing branch July 26, 2024 06:25
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