Skip to content

Commit

Permalink
Update libraries and SDK-s (open-eid#1117)
Browse files Browse the repository at this point in the history
IB-7508, IB-7462, IB-7510

Signed-off-by: Raul Metsma <[email protected]>

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Sep 22, 2022
1 parent dee4599 commit a948dc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
27 changes: 9 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: ['fedora:35']
container: ['fedora:35', 'fedora:36']
env:
MAKEFLAGS: -j3
steps:
Expand Down Expand Up @@ -132,34 +132,25 @@ jobs:
runs-on: ${{ matrix.image }}
strategy:
matrix:
vcver: [141, 142, 143]
vcver: [142, 143]
arch: [x64]
qtver: [5.12.12]
qtver: [6.3.2]
qt: [win64_msvc2019_64]
qtmodules: [qt5compat]
include:
- arch: x64
qt: win64_msvc2017_64
- vcver: 141
image: windows-2019
toolset: 14.16
- vcver: 142
image: windows-2019
toolset: 14.29
- vcver: 143
image: windows-2022
toolset: 14.33
- vcver: 142
- vcver: 141
arch: x86
qtver: 5.12.12
qt: win32_msvc2017
qtmodules:
image: windows-2019
toolset: 14.29
- vcver: 142
arch: x64
qtver: 6.3.1
qtmodules: qt5compat
qt: win64_msvc2019_64
image: windows-2019
toolset: 14.29
toolset: 14.16
env:
VER_SUFFIX: .VS${{ matrix.vcver }}
steps:
Expand All @@ -186,7 +177,7 @@ jobs:
vcpkgGitCommitId: a69b65229b3956b7f45abd81671b7330114bcaad
vcpkgTriplet: ${{ matrix.arch }}-windows
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtver }}
arch: ${{ matrix.qt }}
Expand Down
2 changes: 1 addition & 1 deletion common
Submodule common updated 2 files
+113 −116 Configuration.cpp
+5 −1 QPCSC_p.h
8 changes: 4 additions & 4 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
set -e

######### Versions of libraries/frameworks to be compiled
QT_VER="6.3.0"
OPENSSL_VER="1.1.1o"
OPENLDAP_VER="2.6.2"
QT_VER="6.3.2"
OPENSSL_VER="1.1.1q"
OPENLDAP_VER="2.6.3"
REBUILD=false
BUILD_PATH=~/cmake_builds
: ${MACOSX_DEPLOYMENT_TARGET:="10.14"}
: ${MACOSX_DEPLOYMENT_TARGET:="10.15"}
export MACOSX_DEPLOYMENT_TARGET
SCRIPTPATH=$(exec 2>/dev/null;cd -- $(dirname "$0"); unset PWD; /usr/bin/pwd || /bin/pwd || pwd)

Expand Down

0 comments on commit a948dc6

Please sign in to comment.