Skip to content
Commit 8b9b7e7c authored by Martí Bolívar's avatar Martí Bolívar Committed by Carles Cufi
Browse files

scripts: avoid unnecessary 'west build --force'



Commit 88fb8bac ("scripts: improve west build's board handling")
lets us specify the board with a build.board config or BOARD
environment variable.

However, under some conditions, e.g. if the use has
build.pristine=auto and build.board=some_board, the following fails a
check_force call:

west build samples/hello_world
west build samples/philosophers

The problem is that the check_force wasn't made aware of the other
places a board can come from. Fix that.

Signed-off-by: default avatarMarti Bolivar <marti.bolivar@nordicsemi.no>
parent f5f1b22c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment