File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
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.2 ]
30
+ qt_ver : [5.15.2, 6.9.0 ]
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.2
24
+ QT_VERSION : 6.9.0
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 24
24
runs-on : ubuntu-22.04
25
25
26
26
env :
27
- QT_VERSION : 6.8.2
27
+ QT_VERSION : 6.9.0
28
28
29
29
steps :
30
30
- 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.2
38
+ QT_VERSION : 6.9.0
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.2
167
+ QT_VERSION : 6.9.0
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.2
30
+ QT_VERSION : 6.9.0
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.2
24
+ QT_VERSION : 6.9.0
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.2
24
+ QT_VERSION : 6.9.0
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.2
24
+ QT_VERSION : 6.9.0
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 @@ -17,7 +17,7 @@ Deprecations:
17
17
-
18
18
19
19
Other:
20
- - Updated Qt to 6.8.2 (official Windows release only).
20
+ - Updated Qt to 6.9.0 (official Windows release only).
21
21
- added CMake target `run-clang-tidy-csa` to run Clang Static Analyzer
22
22
- added CMake option `ENABLE_CSA_ALPHA` to enable the Clang Static Analyzer alpha checkers
23
23
-
You can’t perform that action at this time.
0 commit comments