.github/zephyr: switch the container back to the :latest version

Tired of fixing Zephyr breakages all the time (latest in
https://github.com/zephyrproject-rtos/zephyr/pull/38733)

Also unhardcode ZEPHYR_SDK_INSTALL_DIR thanks to the previous commit.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-09-27 19:22:46 -07:00 committed by Liam Girdwood
parent 1b4b3a575b
commit e104f84d95
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@ jobs:
# From time to time this will catch a git tag and change SOF_VERSION
with: {fetch-depth: 10, submodules: recursive}
# Note: env variables can be passed to the container with
# -e https_proxy=...
- name: build
run: docker run -v "$(pwd)":/workdir
-e ZEPHYR_SDK_INSTALL_DIR='/opt/toolchains/zephyr-sdk-0.13.1'
docker.io/zephyrprojectrtos/zephyr-build:v0.18.4
docker.io/zephyrprojectrtos/zephyr-build:latest
./zephyr/docker-build.sh -- -DEXTRA_CFLAGS='-Werror'