Merge commit '415527935e4605f44239165c0018ce9b8ca14970' into pyside6.0

Change-Id: I17ebe2f4c1e04dde7401c0a8a0afeac1dcd93915
This commit is contained in:
Simo Fält
2021-04-29 13:30:35 +03:00
21 changed files with 22 additions and 22 deletions

View File

@@ -43,8 +43,8 @@ urlCache="http://ci-files01-hki.ci.local/input/nodejs/node-v$version.pkg"
urlOffcial="https://nodejs.org/dist/v$version/node-v$version.pkg"
sha1="4720274971c40fe51b2c647060f77c45fb4949a7"
DownloadURL $urlCache $urlOffcial $sha1 "/tmp"
sudo installer -pkg node-v$version.pkg -target /
DownloadURL $urlCache $urlOffcial $sha1 "/tmp/node-v$version.pkg"
sudo installer -pkg "/tmp/node-v$version.pkg" -target /
echo "Nodejs = $version" >> ~/versions.txt

View File

@@ -37,5 +37,5 @@ set -ex
sudo yum -y install gcc-toolset-9
echo "source /opt/rh/gcc-toolset-10/enable" >> ~/.bashrc
echo "source /opt/rh/gcc-toolset-9/enable" >> ~/.bashrc

2
qt3d

Submodule qt3d updated: c7aa288fd6...22509ec535

2
qtbase

Submodule qtbase updated: e066c4d4bf...73621cbf0a

2
qtcoap

Submodule qtcoap updated: 618c330f08...b2ad0574b3

2
qtdoc

Submodule qtdoc updated: 5dcb4a0caa...9fc3cc14f3

2
qtmqtt

Submodule qtmqtt updated: 150e35d480...8c862dd25d

Submodule qtopcua updated: 2131f67494...a510d14c2f

2
qtqa

Submodule qtqa updated: 4239183b23...7e0965cb00

2
qtsvg

Submodule qtsvg updated: 3ea889f30a...f1a74f5e68

Submodule qttools updated: f00d0ad23b...ec8d842b35