File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 include :
1313
1414 # x64
15- - clang_ver : ' 3.8 '
15+ - clang_ver : ' 3.7 '
1616 ubuntu_ver : ' 24.04'
1717 build_type : ' Release'
1818 test_libcxx20 : ' Off'
2121 flags : ' -std=c++11 -Werror -DMOMO_TEST_HAS_NO_ENUM_HASH'
2222 cont_ver : ' 18.04'
2323
24- - clang_ver : ' 3.8 '
24+ - clang_ver : ' 3.7 '
2525 ubuntu_ver : ' 24.04'
2626 build_type : ' Release'
2727 test_libcxx20 : ' Off'
3030 flags : ' -std=c++11 -Werror -DMOMO_TEST_HAS_NO_ENUM_HASH'
3131 cont_ver : ' 18.04'
3232
33- - clang_ver : ' 3.8 '
33+ - clang_ver : ' 3.7 '
3434 ubuntu_ver : ' 24.04'
3535 build_type : ' Release'
3636 test_libcxx20 : ' Off'
@@ -247,31 +247,31 @@ jobs:
247247 cont_ver : ' 24.04'
248248
249249 # ARM64
250- - clang_ver : ' 3.7 '
250+ - clang_ver : ' 3.9 '
251251 ubuntu_ver : ' 24.04-arm'
252252 build_type : ' Release'
253253 test_libcxx20 : ' Off'
254254 no_exceptions_rtti : ' Off'
255255 extra_settings : ' Off'
256- flags : ' -std=c++11 -Werror -DMOMO_TEST_HAS_NO_ENUM_HASH '
256+ flags : ' -std=c++11 -Werror'
257257 cont_ver : ' 18.04'
258258
259- - clang_ver : ' 3.7 '
259+ - clang_ver : ' 3.9 '
260260 ubuntu_ver : ' 24.04-arm'
261261 build_type : ' Release'
262262 test_libcxx20 : ' Off'
263263 no_exceptions_rtti : ' On'
264264 extra_settings : ' Off'
265- flags : ' -std=c++11 -Werror -DMOMO_TEST_HAS_NO_ENUM_HASH '
265+ flags : ' -std=c++11 -Werror'
266266 cont_ver : ' 18.04'
267267
268- - clang_ver : ' 3.7 '
268+ - clang_ver : ' 3.9 '
269269 ubuntu_ver : ' 24.04-arm'
270270 build_type : ' Release'
271271 test_libcxx20 : ' Off'
272272 no_exceptions_rtti : ' Off'
273273 extra_settings : ' On'
274- flags : ' -std=c++11 -Werror -DMOMO_TEST_HAS_NO_ENUM_HASH '
274+ flags : ' -std=c++11 -Werror'
275275 cont_ver : ' 18.04'
276276
277277 - clang_ver : ' 3.9'
@@ -491,11 +491,11 @@ jobs:
491491 apt-get install -y cmake
492492 apt-get install -y ninja-build
493493 apt-get install -y g++
494- - name : Prepare Xenial
495- if : matrix.cont_ver == '18.04' && matrix.ubuntu_ver == '24.04'
496- run : |
497- echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main universe" | tee -a /etc/apt/sources.list
498- apt-get update
494+ # - name: Prepare Xenial
495+ # if: matrix.cont_ver == '18.04' && matrix.ubuntu_ver == '24.04'
496+ # run: |
497+ # echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main universe" | tee -a /etc/apt/sources.list
498+ # apt-get update
499499 - name : Checkout
500500 if : matrix.cont_ver != '18.04'
501501 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments