File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 test_libcxx20 : ' On'
3232 no_exceptions_rtti : ' Off'
3333 extra_settings : ' Off'
34- flags : ' -std=c++26'
34+ flags : ' -std=c++26 -Werror '
3535
3636 - arch : ' x64'
3737 build_type : ' Release'
9696# test_libcxx20: 'On'
9797# no_exceptions_rtti: 'Off'
9898# extra_settings: 'Off'
99- # flags: '-std=c++26'
99+ # flags: '-std=c++26 -Werror '
100100
101101 - arch : ' x86'
102102 build_type : ' Release'
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 include :
1313
1414 - type : ' unordered_map'
15- gcc_ver : ' 16 '
15+ gcc_ver : ' 14 '
1616
1717 - type : ' unordered_map_open'
18- gcc_ver : ' 16 '
18+ gcc_ver : ' 14 '
1919
2020 - type : ' map'
21- gcc_ver : ' 16 '
21+ gcc_ver : ' 14 '
2222
2323 - type : ' data_table_static'
24- gcc_ver : ' 16 '
24+ gcc_ver : ' 14 '
2525
2626 # x64
2727 runs-on : ubuntu-24.04
6060 uses : actions/checkout@v6
6161 with :
6262 path : ' momo_cur'
63- - name : Setup GCC
64- uses : egor-tensin/setup-gcc@v2
65- with :
66- version : ${{ matrix.gcc_ver }}
67- # - name: Install GCC
68- # run: sudo apt install g++-${{ matrix.gcc_ver }}
63+ - name : Install GCC
64+ run : sudo apt install g++-${{ matrix.gcc_ver }}
6965 - name : Build
7066 run : |
7167 mkdir build
You can’t perform that action at this time.
0 commit comments