Skip to content

Commit

Permalink
Update build workflow container
Browse files Browse the repository at this point in the history
  • Loading branch information
bandogora committed Jan 2, 2025
1 parent 81f3d7e commit 8b66b33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ZEPHYR_SDK_INSTALL_PATH: /opt/toolchains
ZSDK_VERSION: 0.17.0
container:
image: ghcr.io/zephyrproject-rtos/ci-base:v0.26-branch
image: ghcr.io/zephyrproject-rtos/ci-base:main
env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
ZEPHYR_SDK_INSTALL_DIR: ${ZEPHYR_SDK_INSTALL_PATH}/zephyr-sdk-${ZSDK_VERSION}
Expand Down Expand Up @@ -72,9 +72,9 @@ jobs:

- name: Update Python dependencies
run: |
pip install -r zephyr/scripts/requirements.txt
pip install -r nrf/scripts/requirements.txt
pip install -r bootloader/mcuboot/scripts/requirements.txt
pip install --no-cache-dir -r zephyr/scripts/requirements.txt
pip install --no-cache-dir -r nrf/scripts/requirements.txt
pip install --no-cache-dir -r bootloader/mcuboot/scripts/requirements.txt
- name: Create west cache
if: steps.west-cache.outputs.cache-hit != 'true'
Expand All @@ -101,7 +101,7 @@ jobs:
if: ${{ !inputs.release_build }}
env:
BOARD: circuitdojo_feather/nrf9160/ns
run: west build --sysbuild ./app -p
run: west build --sysbuild ./app -p -- -DCMAKE_BUILD_TYPE=Release

- name: Build Zephyr app for release
if: ${{ inputs.release_build }}
Expand Down

0 comments on commit 8b66b33

Please sign in to comment.