Skip to content

Commit

Permalink
Export RUSTC_WRAPPER in current shell for cargo watch and manual carg…
Browse files Browse the repository at this point in the history
…o builds...
  • Loading branch information
brainstorm committed Nov 27, 2023
1 parent c50b9a5 commit 3636eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workload/stateful/filemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ this might interfere and complain about non-existing roles and users.
For development of the rust workspace, install a build cache (sccache) and build manually:

```sh
brew install sccache
brew install sccache && export RUSTC_WRAPPER=`which sccache`
cargo build --all-targets --all-features
```

Expand Down

0 comments on commit 3636eb3

Please sign in to comment.