mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
ci: move LDGEN_CHECK_MAPPING to configure_ci_environment.sh
This commit is contained in:
@@ -19,8 +19,6 @@
|
|||||||
needs:
|
needs:
|
||||||
- job: fast_template_app
|
- job: fast_template_app
|
||||||
artifacts: false
|
artifacts: false
|
||||||
variables:
|
|
||||||
LDGEN_CHECK_MAPPING: 1
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "**/build*/size.json"
|
- "**/build*/size.json"
|
||||||
|
@@ -44,3 +44,5 @@ if [ "${CI_CCACHE_DISABLE_SECONDARY}" != "1" ] && [ -n "${REDIS_CACHE}" ]; then
|
|||||||
export CCACHE_SECONDARY_STORAGE="redis://${REDIS_CACHE}"
|
export CCACHE_SECONDARY_STORAGE="redis://${REDIS_CACHE}"
|
||||||
echo "INFO: Using CCACHE_SECONDARY_STORAGE=${CCACHE_SECONDARY_STORAGE}"
|
echo "INFO: Using CCACHE_SECONDARY_STORAGE=${CCACHE_SECONDARY_STORAGE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export LDGEN_CHECK_MAPPING="1"
|
||||||
|
Reference in New Issue
Block a user