aboutsummaryrefslogtreecommitdiff
path: root/lite-aeolus
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-10-01 21:48:48 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-10-01 21:48:48 +0300
commitbf727fbd4cc8afa4d9cd93561bf8f7b62a4f9342 (patch)
treef01aa91a262252a6575a2becefb7f9cd126948ab /lite-aeolus
parentfae04475620d0c32f9f3369cbaf162346e282f0a (diff)
lite-aeolus/build-init.sh: Dump python3 default char encoding.
We are recently started to get weird build errors with Zephyr tools regarding character encoding: https://github.com/zephyrproject-rtos/zephyr/issues/4131 As the errors can't be reproduced locally, the default python encoding is suspect. Change-Id: I2e4eb1be37ddf4e6982277911a166ccef393aaea
Diffstat (limited to 'lite-aeolus')
-rw-r--r--lite-aeolus/build-init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lite-aeolus/build-init.sh b/lite-aeolus/build-init.sh
index 579dda92..82afe175 100644
--- a/lite-aeolus/build-init.sh
+++ b/lite-aeolus/build-init.sh
@@ -41,6 +41,7 @@ CCACHE_SLOPPINESS=file_macro,include_file_mtime,time_macros
USE_CCACHE=1
export CCACHE_DIR CCACHE_UNIFY CCACHE_SLOPPINESS USE_CCACHE
env |grep '^ZEPHYR'
+python3 -c "import sys; print(sys.getdefaultencoding())"
echo ""
echo "########################################################################"