mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user