We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d30e4d commit 4b0e93eCopy full SHA for 4b0e93e
docker/build.sh
@@ -19,6 +19,8 @@ export BUILD_TYPE=${BUILD_TYPE:=Release}
19
export GCC_ARM_VER=${GCC_ARM_VER:="10.3-2021.10"}
20
export NRF_SDK_VER=${NRF_SDK_VER:="nRF5_SDK_15.3.0_59ac345"}
21
# 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
24
NRF_SDK_VER_SLUG=${NRF_SDK_VER,,}
25
export NRF_SDK_VER_SLUG=${NRF_SDK_VER_SLUG//[_.]/}
26
0 commit comments