From 7e8f0ab393f2cadc9d84b777447fc0be26454b97 Mon Sep 17 00:00:00 2001 From: Buzz Date: Sun, 5 Dec 2021 11:40:10 +1000 Subject: [PATCH] git doesn't have root certs for all the remote servers --- solo-builder/builder.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solo-builder/builder.sh b/solo-builder/builder.sh index 5770aef..df91797 100755 --- a/solo-builder/builder.sh +++ b/solo-builder/builder.sh @@ -7,7 +7,9 @@ # "-m both" will build both the copter and controller IMX. Default is both if not specified. # "-c true" will clean the build recipies prior to beginning the build. Default is false if not specified. # "-n true" nuclear option will delete the entire build directory to start from a totally clean slate. Default is false if not specified. - + +git config --global http.sslverify "false" + # Defaults if options are not set from command line set MACHINE_BUILD='both'