mirror of
https://github.com/status-im/nimbus-build-system-desktop.git
synced 2025-02-16 15:37:17 +00:00
download CA cert for Nimble
This commit is contained in:
parent
79fa0d6367
commit
820aeaec8e
@ -127,6 +127,9 @@ build_nim() {
|
||||
build_all.sh > build_all_custom.sh
|
||||
sh build_all_custom.sh
|
||||
rm build_all_custom.sh
|
||||
# Nimble needs a CA cert
|
||||
rm -f bin/cacert.pem
|
||||
curl -LsS -o bin/cacert.pem https://curl.se/ca/cacert.pem || echo "Warning: 'curl' failed to download a CA cert needed by Nimble. Ignoring it."
|
||||
else
|
||||
# Don't re-build it multiple times until we get identical
|
||||
# binaries, like "build_all.sh" does. Don't build any tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user