Merge pull request #7185 from JacobBarthelmeh/zephyr

only download parts of zephyr sdk needed for test
This commit is contained in:
Juliusz Sosinowicz
2024-01-30 14:46:57 +01:00
committed by GitHub

View File

@@ -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