mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Merge pull request #7185 from JacobBarthelmeh/zephyr
only download parts of zephyr sdk needed for test
This commit is contained in:
6
.github/workflows/zephyr.yml
vendored
6
.github/workflows/zephyr.yml
vendored
@@ -64,10 +64,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install zephyr SDK
|
- name: Install zephyr SDK
|
||||||
run: |
|
run: |
|
||||||
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${{ matrix.config.zephyr-sdk }}/zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64.tar.xz
|
wget -q https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${{ matrix.config.zephyr-sdk }}/zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64_minimal.tar.xz
|
||||||
tar xf zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64.tar.xz
|
tar xf zephyr-sdk-${{ matrix.config.zephyr-sdk }}_linux-x86_64_minimal.tar.xz
|
||||||
cd zephyr-sdk-${{ matrix.config.zephyr-sdk }}
|
cd zephyr-sdk-${{ matrix.config.zephyr-sdk }}
|
||||||
./setup.sh -h -c
|
./setup.sh -h -c -t x86_64-zephyr-elf
|
||||||
|
|
||||||
- name: Run wolfssl test
|
- name: Run wolfssl test
|
||||||
id: wolfssl-test
|
id: wolfssl-test
|
||||||
|
Reference in New Issue
Block a user