Skip to content

Commit 4d6fc9f

Browse files
authored
Merge pull request #106 from lzutao/vendor-ssl
Document how to build for musl host
2 parents ad728da + 28a4be7 commit 4d6fc9f

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)