File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ CONAN_SETTINGS_BUILD_TYPE ?= "${@'Debug' if d.getVar('DEBUG_BUILD') == '1' else
3232CONAN_EXTRA_CFLAGS ?= "${TUNE_CCARGS} "
3333CONAN_EXTRA_CXXFLAGS ?= "${TUNE_CCARGS} "
3434CONAN_EXTRA_CONFIG ?= ""
35+ CONAN_CONF_SOURCES_DOWNLOAD_CACHE ?= "${CONAN_HOME} /download_cache"
3536
3637export CONAN_HOME
3738export CONAN_LOG_LEVEL = "${CONAN_LOGLEVEL} "
@@ -77,6 +78,7 @@ conan_do_configure() {
7778 printf "core:non_interactive=1\n" > "${CONAN_HOME} /conan.conf"
7879 printf "core:default_build_profile=${CONAN_PROFILE_BUILD_PATH} \n" >> "${CONAN_HOME} /conan.conf"
7980 printf "core:default_profile=${CONAN_PROFILE_HOST_PATH} \n" >> "${CONAN_HOME} /conan.conf"
81+ printf "core.sources:download_cache=${CONAN_CONF_SOURCES_DOWNLOAD_CACHE} \n" >> "${CONAN_HOME} /conan.conf"
8082
8183 if [ -n "${CONAN_CONFIG_URL} " ]; then
8284 bbnote "Installing Conan configuration from: ${CONAN_CONFIG_URL} "
You can’t perform that action at this time.
0 commit comments