feat: Zephyr 3.0.0

See: https://docs.zephyrproject.org/3.0.0/getting_started/index.html
This commit is contained in:
Peter Johanson 2021-10-26 00:31:16 -04:00 committed by Pete Johanson
parent c5ac6433b0
commit c94dce1726
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Containers name: Containers
env: env:
zephyr-version: 2.5.0 zephyr-version: 3.0.0
zephyr-sdk-version: 0.13.2 zephyr-sdk-version: 0.13.2
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' }}

View File

@ -10,7 +10,6 @@ RUN \
apt-get -y update \ apt-get -y update \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
ccache \ ccache \
cmake \
file \ file \
gcc \ gcc \
gcc-multilib \ gcc-multilib \
@ -25,6 +24,7 @@ RUN \
python3-wheel \ python3-wheel \
&& 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 \
&& pip3 install cmake \
&& apt-get remove -y --purge \ && apt-get remove -y --purge \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
@ -53,6 +53,7 @@ RUN \
gpg \ gpg \
gpg-agent \ gpg-agent \
less \ less \
libpython3.8-dev \
libsdl2-dev \ libsdl2-dev \
locales \ locales \
nano \ nano \