File tree Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Expand file tree Collapse file tree 9 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
matrix :
29
29
os : [windows-2019, windows-2022]
30
- qt_ver : [5.15.2, 6.8.1 ]
30
+ qt_ver : [5.15.2, 6.8.2 ]
31
31
fail-fast : false
32
32
33
33
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
23
23
env :
24
- QT_VERSION : 6.8.1
24
+ QT_VERSION : 6.8.2
25
25
ASAN_OPTIONS : detect_stack_use_after_return=1
26
26
# TODO: figure out why there are cache misses with PCH enabled
27
27
CCACHE_SLOPPINESS : pch_defines,time_macros
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
23
23
env :
24
- QT_VERSION : 6.8.1
24
+ QT_VERSION : 6.8.2
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 35
35
image : ${{ matrix.image }}
36
36
37
37
env :
38
- QT_VERSION : 6.8.1
38
+ QT_VERSION : 6.8.2
39
39
40
40
steps :
41
41
- uses : actions/checkout@v4
@@ -164,7 +164,7 @@ jobs:
164
164
if : ${{ github.repository_owner == 'danmar' }}
165
165
166
166
env :
167
- QT_VERSION : 6.8.1
167
+ QT_VERSION : 6.8.2
168
168
169
169
steps :
170
170
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 27
27
env :
28
28
# see https://www.pcre.org/original/changelog.txt
29
29
PCRE_VERSION : 8.45
30
- QT_VERSION : 6.8.1
30
+ QT_VERSION : 6.8.2
31
31
32
32
steps :
33
33
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
23
23
env :
24
- QT_VERSION : 6.8.1
24
+ QT_VERSION : 6.8.2
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
23
23
env :
24
- QT_VERSION : 6.8.1
24
+ QT_VERSION : 6.8.2
25
25
TSAN_OPTIONS : halt_on_error=1
26
26
# TODO: figure out why there are cache misses with PCH enabled
27
27
CCACHE_SLOPPINESS : pch_defines,time_macros
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-22.04
22
22
23
23
env :
24
- QT_VERSION : 6.8.1
24
+ QT_VERSION : 6.8.2
25
25
UBSAN_OPTIONS : print_stacktrace=1:halt_on_error=1:report_error_type=1
26
26
# TODO: figure out why there are cache misses with PCH enabled
27
27
CCACHE_SLOPPINESS : pch_defines,time_macros
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ Deprecations:
16
16
-
17
17
18
18
Other:
19
+ - Updated Qt to 6.8.2 (official Windows release only).
19
20
-
You can’t perform that action at this time.
0 commit comments