Skip to content

Commit 11b0442

Browse files
committed
Second attempt at Conan download cache cleanup
Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent 53d024f commit 11b0442

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/common/install_conanpackages.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ else
4343
conan install --requires=$CONANREF --profile:all=${ASWF_CONAN_HOME}/.conan2/profiles_${ASWF_PKG_ORG}/${ASWF_CONAN_CHANNEL} --deployer-folder $1 --deployer=full_deploy
4444
done
4545

46-
# Clean up the Conan download cache
47-
conan cache clean "*" --download
46+
# Clean up the Conan download cache. FIXME: can't seem to get "conan cache clean" to behave.
47+
# conan cache clean "*" --download
48+
rm -rf /tmp/downloads/*
4849

4950
# The full_deploy generator just copies over generated CMake files which may contain absolute paths pointing inside the Conan cache
5051
# in the format:

0 commit comments

Comments
 (0)