Skip to content

Commit 79e7d1d

Browse files
committed
turbo
1 parent bedd1a9 commit 79e7d1d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/package_core.yml

-14
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,17 @@ jobs:
1717
CORE_ARTIFACT: ${{ env.CORE_ARTIFACT }}
1818
BOARD_VARIANTS: ${{ env.BOARD_VARIANTS }}
1919
steps:
20-
- name: Install toolchain
21-
working-directory: /opt
22-
run: |
23-
sudo apt-get update
24-
sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache
25-
wget -nv https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.8/zephyr-sdk-0.16.8_linux-x86_64_minimal.tar.xz
26-
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
27-
2820
- uses: actions/checkout@v4
2921
with:
3022
fetch-depth: 0
3123
persist-credentials: false
3224

3325
- name: Initialize
3426
run: |
35-
./extra/bootstrap.sh -o=--filter=tree:0
3627
echo "CORE_TAG=$(git describe --always)" >> "$GITHUB_ENV"
3728
echo "CORE_ARTIFACT=ArduinoCore-zephyr-$(git describe --always)" >> "$GITHUB_ENV"
3829
echo "BOARD_VARIANTS=[ $(cat boards.txt | grep '^[^#]*\.build\.variant' | sed -e 's/^\([^#]*\)\.build\.variant=\(.*\)/{ \"variant\": \"\2\", \"board\": \"\1\" },/' | sort | tr '\r\n' ' ' | sed -e 's/,\s*$//') ]" >> "$GITHUB_ENV"
3930
40-
- name: ccache
41-
uses: hendrikmuhs/[email protected]
42-
with:
43-
verbose: 1
44-
4531
- name: Build variants
4632
shell: bash
4733
run: |

0 commit comments

Comments
 (0)