Closed
Description
two changes are needed for behind firewalls
--- a/tools/prerequisites.sh
+++ b/tools/prerequisites.sh
@@ -211,7 +211,7 @@ function setup_vera() {
return 0
fi
- wget -O "$TMP_DIR/$NAME.tar.gz" "$URL" || fail_msg "$FAIL_MSG. Cannot download '$URL' archive."
+ wget --no-check-certificate -O "$TMP_DIR/$NAME.tar.gz" "$URL" || fail_msg "$FAIL_MSG. Cannot download '$URL' archive."
echo "$CHECKSUM $TMP_DIR/$NAME.tar.gz" | sha256sum --check --strict || fail_msg "$FAIL_MSG. Archive's checksum doesn't match."
@@ -246,7 +246,7 @@ setup_from_zip "stm32f4" \
setup_nuttx_headers "nuttx" \
"./third-party/nuttx" \
- "git://git.code.sf.net/p/nuttx/git" \
+ "http://git.code.sf.net/p/nuttx/git" \
"36a655eddec29754cc93631b6083fe6409817861"
setup_cppcheck "cppcheck-1.66" \
Metadata
Metadata
Assignees
Labels
No labels