Skip to content
Snippets Groups Projects
Commit 9d900351 authored by Robert K's avatar Robert K
Browse files

[bugfix][ci] use clang with std 17 by selecting 20.

parent b50c636c
No related branches found
No related tags found
1 merge request!23Singleton and python with clang
Pipeline #31174 failed
......@@ -40,8 +40,8 @@ ubuntu-20.04-clang-10-17:
script:
- duneci-standard-test
variables:
DUNECI_TOOLCHAIN: clang-10-17
DUNE_CONTROL_PATH: /duneci/modules:$CI_PROJECT_DIR
DUNECI_TOOLCHAIN: clang-10-20
DUNE_CONTROL_PATH: /duneci/modules:$CI_PROJECT_DIR
#DUNE_CMAKE_FLAGS: "-DDUNE_ENABLE_PYTHONBINDINGS=OFF -DDUNE_MAX_TEST_CORES=4 -DBUILD_SHARED_LIBS=TRUE -DDUNE_PYTHON_INSTALL_LOCATION=none -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_Vc=TRUE -DCMAKE_DISABLE_DOCUMENTATION=TRUE"
tags: [stuttgart1]
......@@ -51,5 +51,5 @@ ubuntu-20.04-gcc-9-17:
- duneci-standard-test
variables:
DUNECI_TOOLCHAIN: gcc-9-17
DUNE_CONTROL_PATH: /duneci/modules:$CI_PROJECT_DIR
DUNE_CONTROL_PATH: /duneci/modules:$CI_PROJECT_DIR
tags: [stuttgart1]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment