We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773da5b commit a315b79Copy full SHA for a315b79
tools/fullbuild.sh
@@ -67,7 +67,8 @@ build() {
67
_options+=("--arch" "${arch}" "--lang" "${lang}" "${cha}")
68
69
if [[ "${simulation}" = false ]] && [[ "${remove_cache}" = true ]]; then
70
- sudo pacman -Sccc --noconfirm
+ msg_info "Removing package cache for ${arch}"
71
+ sudo rm -rf "${work_dir}/cache/${arch}"
72
fi
73
74
if [[ ! -e "${fullbuild_dir}/fullbuild.${cha}_${arch}_${lang}" ]]; then
0 commit comments