File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ case "${IMAGE_NAME}" in
5050 CLANG_VERSION=12
5151 ANDROID_NDK_VERSION=r27b
5252 ;;
53+ executorch-ubuntu-22.04-nxp-sdk)
54+ LINTRUNNER=" "
55+ NXP_SDK=yes
56+ CLANG_VERSION=12
57+ ;;
5358 executorch-ubuntu-22.04-clang12-android)
5459 LINTRUNNER=" "
5560 CLANG_VERSION=12
Original file line number Diff line number Diff line change @@ -88,5 +88,7 @@ ARG QNN_SDK
8888
8989ARG MEDIATEK_SDK
9090
91+ ARG NXP_SDK
92+
9193USER ci-user
9294CMD ["bash" ]
Original file line number Diff line number Diff line change 3939 executorch-ubuntu-22.04-arm-sdk,
4040 executorch-ubuntu-22.04-qnn-sdk,
4141 executorch-ubuntu-22.04-mediatek-sdk,
42+ executorch-ubuntu-22.04-nxp-sdk,
4243 executorch-ubuntu-22.04-clang12-android
4344 ]
4445 include :
Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ jobs:
694694 contents : read
695695 with :
696696 runner : linux.2xlarge
697- docker-image : executorch-ubuntu-22.04-clang12
697+ docker-image : executorch-ubuntu-22.04-nxp-sdk
698698 submodules : ' recursive'
699699 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
700700 timeout : 90
You can’t perform that action at this time.
0 commit comments