Skip to content

Commit 66e919c

Browse files
committed
removeme: only debug compile sketch
1 parent cc35ce6 commit 66e919c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/package_core.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ jobs:
88
env:
99
ZEPHYR_SDK_INSTALL_DIR: /opt/zephyr-sdk-0.16.8
1010
steps:
11-
- name: Install toolchain
12-
working-directory: /opt
13-
run: |
14-
sudo apt-get update
15-
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
16-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
17-
tar xf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz && cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
11+
# - name: Install toolchain
12+
# working-directory: /opt
13+
# run: |
14+
# sudo apt-get update
15+
# sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
16+
# wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
17+
# tar xf zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz && cd zephyr-sdk-0.16.8 && ./setup.sh -t arm-zephyr-eabi -c
1818

1919
- uses: actions/checkout@v4
2020

21-
- name: Initialize
22-
run: |
23-
./extra/bootstrap.sh
24-
./extra/build_all.sh
25-
./extra/package.sh `git describe --always`
26-
mv ../arduino-core-zephyr-llext* .
21+
# - name: Initialize
22+
# run: |
23+
# ./extra/bootstrap.sh
24+
# ./extra/build_all.sh
25+
# ./extra/package.sh `git describe --always`
26+
# mv ../arduino-core-zephyr-llext* .
2727

28-
- name: Archive core
29-
uses: actions/upload-artifact@v4
30-
with:
31-
name: Core
32-
path: arduino-core-zephyr-llext*
28+
# - name: Archive core
29+
# uses: actions/upload-artifact@v4
30+
# with:
31+
# name: Core
32+
# path: arduino-core-zephyr-llext*
3333

3434
- name: Create Blink sketch
3535
run: |

0 commit comments

Comments
 (0)