Skip to content

Commit 4b0e93e

Browse files
authored
docker: explain why nrf SDK slug variable is created
1 parent 1d30e4d commit 4b0e93e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export BUILD_TYPE=${BUILD_TYPE:=Release}
1919
export GCC_ARM_VER=${GCC_ARM_VER:="10.3-2021.10"}
2020
export NRF_SDK_VER=${NRF_SDK_VER:="nRF5_SDK_15.3.0_59ac345"}
2121
# convert to lower case and remove _ and . character
22+
# convert to lower case and remove _ and . character
23+
# the download URL uses the SLUG, but the extracted folder is named like the original value
2224
NRF_SDK_VER_SLUG=${NRF_SDK_VER,,}
2325
export NRF_SDK_VER_SLUG=${NRF_SDK_VER_SLUG//[_.]/}
2426

0 commit comments

Comments
 (0)