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 53d024f commit 11b0442Copy full SHA for 11b0442
scripts/common/install_conanpackages.sh
@@ -43,8 +43,9 @@ else
43
conan install --requires=$CONANREF --profile:all=${ASWF_CONAN_HOME}/.conan2/profiles_${ASWF_PKG_ORG}/${ASWF_CONAN_CHANNEL} --deployer-folder $1 --deployer=full_deploy
44
done
45
46
- # Clean up the Conan download cache
47
- conan cache clean "*" --download
+ # Clean up the Conan download cache. FIXME: can't seem to get "conan cache clean" to behave.
+ # conan cache clean "*" --download
48
+ rm -rf /tmp/downloads/*
49
50
# The full_deploy generator just copies over generated CMake files which may contain absolute paths pointing inside the Conan cache
51
# in the format:
0 commit comments