Update README.md
Note about not having ccache/sccache preinstalled in chroot.
This commit is contained in:
parent
71cf85f1cd
commit
eb8fa7805a
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ For example, when building `tenacity-git` with sccache preinstalled, the build
|
|||
will hang after the final build step. Apparently, killing the running `sccache`
|
||||
process stops the soft-lock in this case.
|
||||
|
||||
## Preloading ccache/sccache
|
||||
|
||||
This script expects ccache and sccache not to be installed in the chroot (for
|
||||
reasons as mentioned in the previous section) and ccache or sccache will be
|
||||
appended to a pkg's "other_deps" if a ccache or sccache directory is configured
|
||||
for it.
|
||||
|
||||
# Setting up the AUR Helper
|
||||
|
||||
The AUR Helper requires several things:
|
||||
|
|
Loading…
Reference in a new issue