Skip to content

Commit 28a4be7

Browse files
committed
document about building on musl host
1 parent ad728da commit 28a4be7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

TUTORIAL.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ behavior has regressed in rustc. It automatically downloads rustc
55
artifacts and tests them against a project you provide until it finds
66
the regression.
77

8-
To install the tool run:
8+
## Installation
9+
10+
If you're going to bisect for linux-musl host, install musl toolchain and run:
11+
12+
```sh
13+
cargo install cargo-bisect-rustc --feature git2/vendored-openssl
14+
```
15+
16+
Otherwise, run:
917

1018
```sh
1119
cargo install cargo-bisect-rustc

0 commit comments

Comments
 (0)