Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ RUN if [ -n "${ANDROID_NDK_VERSION}" ]; then bash ./install_android.sh; fi
RUN rm install_android.sh

ARG ARM_SDK
COPY --chown=ci-user:ci-user ./arm /opt/arm
# Set up ARM SDK if needed
RUN if [ -n "${ARM_SDK}" ]; then git config --global user.email "[email protected]"; git config --global user.name "OSS CI"; bash /opt/arm/setup.sh --i-agree-to-the-contained-eula /opt/arm-sdk; chown -R ci-user:ci-user /opt/arm-sdk; fi

ARG QNN_SDK

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- .ci/docker/**
- .github/workflows/docker-builds.yml
- requirements-lintrunner.txt
- examples/arm/setup.sh
- examples/arm/ethos-u-setup/**
push:
branches:
- main
Expand All @@ -17,8 +15,6 @@ on:
- .ci/docker/**
- .github/workflows/docker-builds.yml
- requirements-lintrunner.txt
- examples/arm/setup.sh
- examples/arm/ethos-u-setup/**
schedule:
- cron: 1 3 * * 3

Expand Down