diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index 5dfd09bc217..f05bc768abd 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -70,7 +70,8 @@ jobs: git log --pretty=oneline | head -n 10 # For now we run KconfigBasic, but we should transition to Kconfig $ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \ - -e KconfigBasicNoModules -e ClangFormat -e Ruff -c origin/${BASE_REF}.. + -e KconfigBasicNoModules -e ClangFormat -e Ruff -e SysbuildKconfig \ + -e SysbuildKconfigBasicNoModules -c origin/${BASE_REF}.. - name: upload-results uses: actions/upload-artifact@v4 diff --git a/west.yml b/west.yml index 8291ea2f6a8..485c71a05e8 100644 --- a/west.yml +++ b/west.yml @@ -66,7 +66,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 0aa2141d605f3b39da2b541e2fe4595d58824080 + revision: pull/2507/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above