Skip to content

Commit 6d1d6ae

Browse files
committed
ci: revert board-specific config for nrf9151dk
Remove external antenna configuration for the DK in CI as it was applied for all images, even prod builds released for the DK in releases. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent 73180e9 commit 6d1d6ae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/build-step/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ runs:
6868
if [[ "${{ inputs.modem_trace }}" == "true" ]]; then
6969
params+=("-Dapp_SNIPPET=nrf91-modem-trace-uart")
7070
fi
71-
if [[ "${{ inputs.board }}" == "nrf9151dk"* ]]; then
72-
echo CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y >> overlay-nrf9151dk.conf
73-
params+=("-DEXTRA_CONF_FILE=overlay-nrf9151dk.conf")
74-
fi
7571
west build -b ${{ inputs.board }} \
7672
-d build \
7773
-p --sysbuild -- \

0 commit comments

Comments
 (0)