aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/build_wrapper.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-11-06 11:32:49 +0100
committerEike Ziller <eike.ziller@qt.io>2018-11-06 10:37:45 +0000
commita4368820b6db8c248050b7c03f153b13607da2db (patch)
tree127de1ca2ea5ee5fa226a6052861280c92c9473e /packaging-tools/build_wrapper.py
parent246d38b16dc23279361173c11763cfd4e8a50efa (diff)
macOS: Do not abort build if locking keychain failsv5.12.0-beta4-packaging
On the COIN VMs that is perfectly fine. Change-Id: I84913bd36e97b6d70253268527d9be82b5a504d8 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
Diffstat (limited to 'packaging-tools/build_wrapper.py')
-rw-r--r--packaging-tools/build_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/build_wrapper.py b/packaging-tools/build_wrapper.py
index 7be31999b..6c68e5399 100644
--- a/packaging-tools/build_wrapper.py
+++ b/packaging-tools/build_wrapper.py
@@ -99,7 +99,7 @@ def unlock_keychain():
###############################
def lock_keychain():
cmd_args = ['/Users/qt/lock-keychain.sh']
- bldinstallercommon.do_execute_sub_process(cmd_args, SCRIPT_ROOT_DIR)
+ bldinstallercommon.do_execute_sub_process(cmd_args, SCRIPT_ROOT_DIR, abort_on_fail=False)
###############################