mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 17:56:11 +08:00
Provisioning: Install Chromedriver Chromium
This is needed by WebAssembly
Change-Id: I3e828d643d2780308514b2939db5a1b4032c66ac
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: David Skoland <david.skoland@qt.io>
(cherry picked from commit f8311eaadf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
509714f288
commit
6ceca935bf
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2021 The Qt Company Ltd.
|
||||
## Copyright (C) 2022 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -49,3 +49,7 @@ sudo rpm --import /tmp/linux_signing_key.pub
|
||||
# Update the repo cache of zypper and install Chrome
|
||||
sudo zypper ref -f
|
||||
sudo zypper -nq install --no-confirm google-chrome-stable
|
||||
|
||||
# Install Chromedriver Chromium
|
||||
sudo zypper -nq install chromedriver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user