-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Local CI (cargo r -p ci
) fails because it seems to run docs in stable but uses attributes of nightly:
#16871
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
Labels
A-Build-System
Related to build systems or continuous integration
C-Docs
An addition or correction to our documentation
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Comments
caused by #16147, as I warned |
#15387 is the ultimate cause of our nightly docs requirements; let me look into this. |
all nightly needs are behind a cfg, #16147 enabled that cfg when checking docs. it should enable it only when a nightly is detected |
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 19, 2024
This reverts commit 58a7392. # Objective This is causing local `cargo run -p ci` runs to fail on `stable` Rust when used locally. Fixes #16871. ## Solution Revert #16147. We shouldn't have merged this until we had a full solution (I missed a Controversial tag, sorry!). ## Testing `cargo run -p ci` fails for me before this change in the reported fashion. After this reversion, it passes.
ecoskey
pushed a commit
to ecoskey/bevy
that referenced
this issue
Jan 6, 2025
This reverts commit 58a7392. # Objective This is causing local `cargo run -p ci` runs to fail on `stable` Rust when used locally. Fixes bevyengine#16871. ## Solution Revert bevyengine#16147. We shouldn't have merged this until we had a full solution (I missed a Controversial tag, sorry!). ## Testing `cargo run -p ci` fails for me before this change in the reported fashion. After this reversion, it passes.
mrchantey
pushed a commit
to mrchantey/bevy
that referenced
this issue
Feb 4, 2025
This reverts commit 58a7392. # Objective This is causing local `cargo run -p ci` runs to fail on `stable` Rust when used locally. Fixes bevyengine#16871. ## Solution Revert bevyengine#16147. We shouldn't have merged this until we had a full solution (I missed a Controversial tag, sorry!). ## Testing `cargo run -p ci` fails for me before this change in the reported fashion. After this reversion, it passes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Build-System
Related to build systems or continuous integration
C-Docs
An addition or correction to our documentation
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Originally posted by @djeedai in #16862 (comment)
The text was updated successfully, but these errors were encountered: