Skip to content

Commit

Permalink
Add sccache install via homebrew... RUSTC_WRAPPER is in the CDK .ts f…
Browse files Browse the repository at this point in the history
…ile, so no need to define it on one's env?
  • Loading branch information
brainstorm committed Nov 27, 2023
1 parent d4ef4d1 commit c50b9a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/workload/stateful/filemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Filemanager uses docker to run a postgres database to track objects. This means
running inside the docker compose container. If there are additional postgres installations locally (outside of docker),
this might interfere and complain about non-existing roles and users.

For development of the rust workspace, build manually:
For development of the rust workspace, install a build cache (sccache) and build manually:

```sh
brew install sccache
cargo build --all-targets --all-features
```

Expand Down

0 comments on commit c50b9a5

Please sign in to comment.