Provisioning: Install libclang to OpenSUSE

The script will install custom package, which is known
to match with pyside requirements.

Change-Id: I28ff7877ef1bba50f8d32007af87e70c0ddc398a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Simo Fält
2017-07-14 10:20:57 +03:00
committed by Simon Hausmann
parent 62c6676f87
commit 629e24b979

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
. $BASEDIR/../common/sw_versions.txt
VERSION=$libclang_version
URL="https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_${VERSION//\./}-linux-Rhel7.2-gcc5.3-x86_64.7z"
SHA1="bbdbbc0296f42310077539b7247d285386119ef4"
$BASEDIR/../common/libclang.sh "$URL" "$SHA1" "$VERSION"