Skip to content

Commit

Permalink
Merge pull request #63 from umccr/sccache-mandatory
Browse files Browse the repository at this point in the history
[doc] Add Rust SCCACHE to speed up local builds
  • Loading branch information
brainstorm authored Nov 27, 2023
2 parents d4ef4d1 + 3636eb3 commit ee48bd3
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 && export RUSTC_WRAPPER=`which sccache`
cargo build --all-targets --all-features
```

Expand Down

0 comments on commit ee48bd3

Please sign in to comment.