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