From ee107d9d58999cd49cf60147f8d8727147d4d89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Mon, 29 Jan 2024 15:09:24 +0100 Subject: [PATCH] [ci] include submodules with gcc-12 on ubuntu22.04 GridFormat, and thus the new writer, require a more recent version than gcc-11 which comes as default on ubuntu22.04. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ecbeb2adc..c267b3fcc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,11 +118,12 @@ full-dune-latest-release-clang: full-dune-master-gcc-cpp-20: extends: .base-trigger variables: - IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-ubuntu-22.04 + IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-12-ubuntu-22.04 CXX_MAX_STANDARD: "20" DUMUX_ENABLE_CPPCHECK: "true" DUMUX_ENABLE_DOXYGEN_BUILD: "true" DUMUX_CHECK_EXAMPLE_DOCS: "true" + GIT_SUBMODULE_STRATEGY: recursive ################################## # additional scheduled pipelines # -- GitLab