Compare commits

..

No commits in common. "eb8fa7805aaba72d68135097d7b18a5bf4560157" and "3cc1a0b58361e8049c3d724b73c0e24ef2137392" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -74,13 +74,6 @@ 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:

View file

@ -1404,10 +1404,6 @@ def update_pkg_list(
failure = True
pkg_state[pkg]["build_status"] = "get_dep_fail"
break
log_print(
"Successfully prefetched deps, continuing on to build...",
other_state=other_state,
)
for dep in pkg_state[pkg]["other_deps"]:
dep_fullpath = get_latest_pkg(dep, "/var/cache/pacman/pkg")
if not dep_fullpath: