Skip to content

Commit 3f7eb3b

Browse files
zingofreddan80
authored andcommitted
Arm backend: Remove running examples/arm/setup.sh in the github docker
This will move Arm PR testing to use an empty docker and examples/arm/setup.sh will always run from a fresh setup when testing a PR to minimize the risk of and old run of examples/arm/setup.sh done during docker creation colliding PR testing, or being out of sync with it. The different runs of examples/arm/setup.sh also used different install folders and that might break stuff even more. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: I795078d3d764a3f7ad5d6043fb8b70290af5789f
1 parent 77a0e35 commit 3f7eb3b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.ci/docker/ubuntu/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ RUN if [ -n "${ANDROID_NDK_VERSION}" ]; then bash ./install_android.sh; fi
7979
RUN rm install_android.sh
8080

8181
ARG ARM_SDK
82-
COPY --chown=ci-user:ci-user ./arm /opt/arm
83-
# Set up ARM SDK if needed
84-
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
8582

8683
ARG QNN_SDK
8784

.github/workflows/docker-builds.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- .ci/docker/**
88
- .github/workflows/docker-builds.yml
99
- requirements-lintrunner.txt
10-
- examples/arm/setup.sh
11-
- examples/arm/ethos-u-setup/**
1210
push:
1311
branches:
1412
- main
@@ -17,8 +15,6 @@ on:
1715
- .ci/docker/**
1816
- .github/workflows/docker-builds.yml
1917
- requirements-lintrunner.txt
20-
- examples/arm/setup.sh
21-
- examples/arm/ethos-u-setup/**
2218
schedule:
2319
- cron: 1 3 * * 3
2420

0 commit comments

Comments
 (0)