aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-09-21 11:56:16 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2021-12-04 12:36:10 +0200
commit7184b6b7b0486638574f33f69f86ac4f6f058bf9 (patch)
tree65a1440a40006e5a49add8ac8e30556b8c213a51 /coin/provisioning/common/macos
parent4eaaaa7c7c91b6070e6e33b5aeb6b319a7c9cdc3 (diff)
Provisioning: Install emsdk using emsdk.git
This will reduce the manual work when updating emsdk version This requires also python certificates to be installed Pick-to: 6.2 Change-Id: Id33d73f67f3312a27e9660522e7ca7ce17a89dbc Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Diffstat (limited to 'coin/provisioning/common/macos')
-rwxr-xr-xcoin/provisioning/common/macos/python3.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/coin/provisioning/common/macos/python3.sh b/coin/provisioning/common/macos/python3.sh
index 7e3d820c..6ba61951 100755
--- a/coin/provisioning/common/macos/python3.sh
+++ b/coin/provisioning/common/macos/python3.sh
@@ -61,5 +61,7 @@ SetEnvVar "PIP3_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
/Library/Frameworks/Python.framework/Versions/3.9/bin/pip3 wheel --wheel-dir $HOME/python3-wheels -r ${BASH_SOURCE%/*}/../shared/requirements.txt
SetEnvVar "PYTHON3_WHEEL_CACHE" "$HOME/python3-wheels"
-echo "python3 = 3.9.6" >> ~/versions.txt
+# Install Python certificates. Required at least for emsdk installation
+open /Applications/Python\ 3.9/Install\ Certificates.command
+echo "python3 = 3.9.6" >> ~/versions.txt