File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ case "${IMAGE_NAME}" in
4141 QNN_SDK=yes
4242 CLANG_VERSION=12
4343 ;;
44+ executorch-ubuntu-22.04-mediatek-sdk)
45+ MEDIATEK_SDK=yes
46+ CLANG_VERSION=12
47+ ;;
4448 executorch-ubuntu-22.04-clang12-android)
4549 LINTRUNNER=" "
4650 CLANG_VERSION=12
@@ -77,6 +81,7 @@ docker build \
7781 --build-arg " BUILD_DOCS=${BUILD_DOCS} " \
7882 --build-arg " ARM_SDK=${ARM_SDK:- } " \
7983 --build-arg " QNN_SDK=${QNN_SDK:- } " \
84+ --build-arg " MEDIATEK_SDK=${MEDIATEK_SDK:- } " \
8085 --build-arg " ANDROID_NDK_VERSION=${ANDROID_NDK_VERSION:- } " \
8186 -f " ${OS} " /Dockerfile \
8287 " $@ " \
Original file line number Diff line number Diff line change @@ -85,5 +85,7 @@ RUN if [ -n "${ARM_SDK}" ]; then git config --global user.email "
[email protected] 8585
8686ARG QNN_SDK
8787
88+ ARG MEDIATEK_SDK
89+
8890USER ci-user
8991CMD ["bash" ]
Original file line number Diff line number Diff line change 4242 - docker-image-name : executorch-ubuntu-22.04-linter
4343 - docker-image-name : executorch-ubuntu-22.04-arm-sdk
4444 - docker-image-name : executorch-ubuntu-22.04-qnn-sdk
45+ - docker-image-name : executorch-ubuntu-22.04-mediatek-sdk
4546 - docker-image-name : executorch-ubuntu-22.04-clang12-android
4647 env :
4748 DOCKER_IMAGE : 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/${{ matrix.docker-image-name }}
You can’t perform that action at this time.
0 commit comments