File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function setup_from_zip() {
77
77
return 0
78
78
fi
79
79
80
- wget -O " $TMP_DIR /$NAME .zip" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' zip archive."
80
+ wget --no-check-certificate - O " $TMP_DIR /$NAME .zip" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' zip archive."
81
81
82
82
echo " $CHECKSUM $TMP_DIR /$NAME .zip" | sha256sum --check --strict || fail_msg " $FAIL_MSG . Archive's checksum doesn't match."
83
83
@@ -164,7 +164,7 @@ function setup_cppcheck() {
164
164
return 0
165
165
fi
166
166
167
- wget -O " $TMP_DIR /$NAME .tar.bz2" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' archive."
167
+ wget --no-check-certificate - O " $TMP_DIR /$NAME .tar.bz2" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' archive."
168
168
169
169
echo " $CHECKSUM $TMP_DIR /$NAME .tar.bz2" | sha256sum --check --strict || fail_msg " $FAIL_MSG . Archive's checksum doesn't match."
170
170
@@ -211,7 +211,7 @@ function setup_vera() {
211
211
return 0
212
212
fi
213
213
214
- wget -O " $TMP_DIR /$NAME .tar.gz" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' archive."
214
+ wget --no-check-certificate - O " $TMP_DIR /$NAME .tar.gz" " $URL " || fail_msg " $FAIL_MSG . Cannot download '$URL ' archive."
215
215
216
216
echo " $CHECKSUM $TMP_DIR /$NAME .tar.gz" | sha256sum --check --strict || fail_msg " $FAIL_MSG . Archive's checksum doesn't match."
217
217
@@ -246,7 +246,7 @@ setup_from_zip "stm32f4" \
246
246
247
247
setup_nuttx_headers " nuttx" \
248
248
" ./third-party/nuttx" \
249
- " git ://git.code.sf.net/p/nuttx/git" \
249
+ " http ://git.code.sf.net/p/nuttx/git" \
250
250
" 36a655eddec29754cc93631b6083fe6409817861"
251
251
252
252
setup_cppcheck " cppcheck-1.66" \
You can’t perform that action at this time.
0 commit comments