Skip to content

Commit

Permalink
Fix mdbook building on CI
Browse files Browse the repository at this point in the history
The `search` feature has been removed from mdbook, so building the tool
with it leads to some dependency conflicts
  • Loading branch information
Luni-4 committed Sep 16, 2021
1 parent 516e954 commit 1d58863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks:
- "git clone --quiet ${repository} &&
cd rust-code-analysis &&
git -c advice.detachedHead=false checkout ${head_rev} &&
cargo install mdbook --no-default-features --features search,output --vers \"^0.1.0\" &&
cargo install mdbook --no-default-features --features output --vers \"^0.1.0\" &&
cargo doc --release &&
cd rust-code-analysis-book &&
mdbook build &&
Expand Down

0 comments on commit 1d58863

Please sign in to comment.