-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize rust docs args and use of
RUSTC_BOOTSTRAP
(#2120)
# Goal The goal of this PR is to fix an issue with the last RC release attempt: https://github.com/frequency-chain/frequency/actions/runs/10324779461 # Discussion - `RUSTC_BOOTSTRAP` turns "stable" rust into "nightly" - We were using this before in places, but not consistently across all the workflows - This correctly updates everything to use it and all to use the consistent parameters ## Verify Locally run the `make docs` or `RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --workspace --features frequency` command
- Loading branch information
Showing
3 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters