feat: Zephyr 2.5.0
Based on: https://docs.zephyrproject.org/2.5.0/getting_started/index.html https://docs.zephyrproject.org/2.5.0/getting_started/installation_linux.html#install-requirements-and-dependencies
This commit is contained in:
parent
540a2cee25
commit
af6c5091aa
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Containers
|
name: Containers
|
||||||
|
|
||||||
env:
|
env:
|
||||||
zephyr-version: 2.4.0
|
zephyr-version: 2.5.0
|
||||||
zephyr-sdk-version: 0.12.4
|
zephyr-sdk-version: 0.12.4
|
||||||
sha-abbrev-length: 12
|
sha-abbrev-length: 12
|
||||||
no-cache: ${{ secrets.NO_CACHE != null || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
|
no-cache: ${{ secrets.NO_CACHE != null || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
|
||||||
|
@ -18,6 +18,7 @@ RUN \
|
|||||||
make \
|
make \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
@ -28,6 +29,7 @@ RUN \
|
|||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
|
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
|
||||||
&& apt-get remove -y --purge \
|
&& apt-get remove -y --purge \
|
||||||
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
|
Loading…
Reference in New Issue
Block a user