Skip to content

Commit

Permalink
[nrfconnect] Update external url to nRF Command Line Tools (#23812)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Duda <lukasz.duda@nordicsemi.no>

Signed-off-by: Lukasz Duda <lukasz.duda@nordicsemi.no>
  • Loading branch information
LuDuda authored and pull[bot] committed Jun 6, 2023
1 parent 0462a53 commit 1863097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -x \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -x \
&& mkdir -p /opt/NordicSemiconductor/nRF5_tools/ \
&& curl --location https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64.tar.gz \
&& curl --location https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-command-line-tools/sw/versions-10-x-x/10-12-1/nrfcommandlinetools10121linuxamd64.tar.gz \
| tar zxvf - \
&& tar xvf JLink_Linux_V688a_x86_64.tgz -C /opt/NordicSemiconductor/nRF5_tools/ \
&& tar xvf nRF-Command-Line-Tools_10_12_1.tar -C /opt/NordicSemiconductor/nRF5_tools/ \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.16 Version bump reason: [Telink] Update Telink Docker with latest Telink Zephyr (SDK 0.15.2).
0.6.17 Version bump reason: [nrfconnect] Update external url to nRF Command Line Tools.

0 comments on commit 1863097

Please sign in to comment.