innovaker 2021-06-14 12:03:46 +01:00
parent 540a2cee25
commit af6c5091aa
2 changed files with 3 additions and 1 deletions

View File

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

View File

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