File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,16 @@ COPY pio_project/ /tmp/pio_project/
5757# Use pio run to download all toolchains and frameworks
5858# pio run - downloads all toolchains and frameworks
5959# pio test - download Unity test dependencies
60- WORKDIR /tmp/pio_project
61- RUN git init \
62- && git config user.email "build@local" \
63- && git config user.name "Build System" \
64- && git add . \
65- && git commit -m "Initial commit" --no-gpg-sign --quiet \
66- && for e in $PIO_ENVS; do pio run -e "$e" ; done \
67- && for e in $PIO_ENVS; do pio test -e "$e" --without-uploading --without-testing; done \
68- && rm -rf /tmp/pio_project
60+ # - VERY LONG step, temporarily disabled
61+ # WORKDIR /tmp/pio_project
62+ # RUN git init \
63+ # && git config user.email "build@local" \
64+ # && git config user.name "Build System" \
65+ # && git add . \
66+ # && git commit -m "Initial commit" --no-gpg-sign --quiet \
67+ # && for e in $PIO_ENVS; do pio run -e "$e"; done \
68+ # && for e in $PIO_ENVS; do pio test -e "$e" --without-uploading --without-testing; done \
69+ # && rm -rf /tmp/pio_project
6970
7071# Set working directory
7172WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments