Skip to content

Commit

Permalink
(Docs) Update Coverage instructions with MacOS commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lawson authored and mvines committed Dec 2, 2021
1 parent 507f928 commit f3ad77c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ $ cargo clippy
$ ./coverage.sh # Please help! Coverage build currently fails on MacOS due to an XCode `grcov` mismatch...
```

#### MacOS

You may need to pin your grcov version, and then rustup with the apple-darwin nightly toolchain:
```bash
$ cargo install grcov --version 0.6.1
$ rustup toolchain install nightly-x86_64-apple-darwin
```


## Release Process
SPL programs are currently tagged and released manually. Each program is
Expand Down

0 comments on commit f3ad77c

Please sign in to comment.