Skip to content
Snippets Groups Projects
Commit 52b42620 authored by Christian Engwer's avatar Christian Engwer
Browse files

update CI configuration to not test C++14 anymore

parent 9666beaa
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ variables: ...@@ -10,7 +10,7 @@ variables:
DUNECI_TEST_LABELS: quick DUNECI_TEST_LABELS: quick
DUNE_TEST_EXPECTED_VC_IMPLEMENTATION: SSE2 DUNE_TEST_EXPECTED_VC_IMPLEMENTATION: SSE2
debian:10 gcc-7-14--expensive: debian:10 gcc-7-17--expensive:
# This image has Vc # This image has Vc
image: registry.dune-project.org/docker/ci/debian:10 image: registry.dune-project.org/docker/ci/debian:10
script: duneci-standard-test script: duneci-standard-test
...@@ -18,7 +18,7 @@ debian:10 gcc-7-14--expensive: ...@@ -18,7 +18,7 @@ debian:10 gcc-7-14--expensive:
variables: variables:
DUNECI_CXXFLAGS: -mavx DUNECI_CXXFLAGS: -mavx
DUNECI_TEST_LABELS: "" DUNECI_TEST_LABELS: ""
DUNECI_TOOLCHAIN: gcc-7-14 DUNECI_TOOLCHAIN: gcc-7-17
DUNE_TEST_EXPECTED_VC_IMPLEMENTATION: AVX DUNE_TEST_EXPECTED_VC_IMPLEMENTATION: AVX
# require AVX to properly test Vc # require AVX to properly test Vc
tags: [duneci, "iset:avx"] tags: [duneci, "iset:avx"]
......
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