File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -22,37 +22,23 @@ jobs:
2222 - " fedora:43"
2323 build_type : [Dev]
2424 cpp_compiler : [g++]
25- cpp_version : [c++17]
2625 include :
2726 - image : " ubuntu:22.04"
2827 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
2928 - image : " ubuntu:24.04"
3029 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
3130 - image : " debian:bookworm"
3231 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
33- - image : " debian:bookworm"
34- cpp_version : c++20
3532 - image : " debian:bookworm"
3633 c_compiler : clang
3734 cpp_compiler : clang++
38- - image : " debian:bookworm"
39- c_compiler : clang
40- cpp_compiler : clang++
41- cpp_version : c++20
4235 - image : " debian:bookworm"
4336 build_type : RelWithDebInfo
4437 - image : " debian:trixie"
4538 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
46- - image : " debian:trixie"
47- cpp_version : c++20
48- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
49- - image : " debian:trixie"
50- c_compiler : clang
51- cpp_compiler : clang++
5239 - image : " debian:trixie"
5340 c_compiler : clang
5441 cpp_compiler : clang++
55- cpp_version : c++20
5642 - image : " debian:trixie"
5743 build_type : RelWithDebInfo
5844 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
8369 CXX : ${{ matrix.cpp_compiler }}
8470 CXXFLAGS : ${{ matrix.CXXFLAGS }}
8571 LDFLAGS : ${{ matrix.LDFLAGS }}
86- CPP_VERSION : ${{ matrix.cpp_version }}
8772 APT_LISTCHANGES_FRONTEND : none
8873 DEBIAN_FRONTEND : noninteractive
8974 steps :
You can’t perform that action at this time.
0 commit comments