diff options
author | Subsurface CI <dirk@hohndel.org> | 2020-12-27 14:31:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 08:38:36 -0800 |
commit | 3cf6848605588e6818cf52cb5c14f89925c2b974 (patch) | |
tree | f685e9b8463b1d60918a18698388cf008041e203 /.github/workflows/linux-trusty-5.12.yml | |
parent | cdd3adc61b17c2cbced42b6753f141251f12152d (diff) | |
download | subsurface-3cf6848605588e6818cf52cb5c14f89925c2b974.tar.gz |
build-system/trusty: use new Qt installer
Update to Qt 5.12.10, latest OpenSSL, add QtChart, add other missing packages.
Also switch to gcc-7 as our statistics code requires better C++17 support than
what gcc-6 can offer.
This then creates trusty-qt512:1.1
Signed-off-by: Subsurface CI <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-trusty-5.12.yml')
-rw-r--r-- | .github/workflows/linux-trusty-5.12.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml index 2142d482c..0aa822dfd 100644 --- a/.github/workflows/linux-trusty-5.12.yml +++ b/.github/workflows/linux-trusty-5.12.yml @@ -11,7 +11,7 @@ jobs: buildAppImage: runs-on: ubuntu-latest container: - image: docker://subsurface/trusty-qt512:1.0 + image: docker://subsurface/trusty-qt512:1.1 steps: - name: checkout sources |