Skip to content

Commit

Permalink
base: Require nrf-regtool~=6.0.0
Browse files Browse the repository at this point in the history
Require nrf-regtool 6.x because 7.x seems to be incompatible with the
current Zephyr codebase.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 18, 2024
1 parent 333dc5d commit 3c69572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN python3 -m pip install -U --no-cache-dir pip && \
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
pylint sh statistics west \
nrf-regtool>=6.0.0
nrf-regtool~=6.0.0
# Run pip check on x86 only for now, it fails on arm.
RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
pip3 check \
Expand Down

0 comments on commit 3c69572

Please sign in to comment.