ci/docker: copy clang-extdef-mapping to clang-arm

Clang relies on clang-extdef-mapping for ctu checking. But clang-arm doesn't provide this file
A tweaking way to support this feature is copy a `clang-extdef-mapping` from other clang version.

Signed-off-by: xinbingnan <xinbingnan@xiaomi.com>
This commit is contained in:
W-Mai
2022-10-24 12:03:24 +08:00
committed by Xiang Xiao
parent e66bb207aa
commit 07a2fa8d57
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
if [ "X${{matrix.boards}}" = "Xcodechecker" ]; then
./cibuild.sh -A -R -c --codechecker testlist/${{matrix.boards}}.dat
else
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
fi
ccache -s