1
0
Эх сурвалжийг харах

Add built Python smoke test to macOS setup script

Prior to this smoke test, the macOS setup step wouldn't fail if the
Python that it built wasn't functional. This will make debugging Python
build issues easier in the future.

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 6 жил өмнө
parent
commit
133df63108
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      script/setup/osx

+ 5 - 0
script/setup/osx

@@ -98,6 +98,11 @@ if ! [[ $(${TOOLCHAIN_PATH}/bin/python3 --version) == *"${PYTHON_VERSION}"* ]];
   )
 fi
 
+#
+# Smoke test built Python.
+#
+openssl_version ${TOOLCHAIN_PATH}
+
 echo ""
 echo "*** Targeting macOS: ${DEPLOYMENT_TARGET}"
 echo "*** Using SDK ${SDK_PATH}"