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 4b0e93e commit 45baa0fCopy full SHA for 45baa0f
docker/build.sh
@@ -19,7 +19,6 @@ 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//[_.]/}
0 commit comments