Skip to content

Commit 79e53eb

Browse files
committed
NXP backend: Add docker image for nxp backend tests
1 parent 92eea29 commit 79e53eb

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.ci/docker/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.ci/docker/ubuntu/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ ARG QNN_SDK
8888

8989
ARG MEDIATEK_SDK
9090

91+
ARG NXP_SDK
92+
9193
USER ci-user
9294
CMD ["bash"]

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
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:

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)