Skip to content
Snippets Groups Projects
Commit 493a66d2 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Use default gcc (12 from ubuntu 23.04).

parent d9f176da
No related branches found
No related tags found
No related merge requests found
......@@ -43,28 +43,25 @@ ci_images:
- !reference [.container-maker-setup, before_script]
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- poetry run ogscm compiler.py ogs.py --build --ogs off
--compiler_version 11
--pm system --cvode --cppcheck --docs --gcovr --mfront --ccache
--version_file ../../web/data/versions.json
--tag $CONTAINER_GCC_IMAGE --upload
--cpu-target $CPU_TARGET
--packages build-essential
- poetry run ogscm compiler.py ogs.py --build --ogs off
--compiler_version 11
--cvode --cppcheck --docs --gcovr --gui --ccache
--version_file ../../web/data/versions.json
--tag $CONTAINER_GCC_GUI_IMAGE --upload
--cpu-target $CPU_TARGET
--packages build-essential
- poetry run ogscm compiler.py mpi.py ogs.py --build --ogs off
--compiler_version 11
--pm off --ccache
--version_file ../../web/data/versions.json
--tag $CONTAINER_GCC_PM_OFF_IMAGE --upload
--cpu-target $CPU_TARGET
--packages build-essential jq moreutils
- poetry run ogscm compiler.py ogs.py --build --ogs off
--compiler clang --compiler_version 11 --ccache
--compiler clang --ccache
--version_file ../../web/data/versions.json
--tag $CONTAINER_CLANG_IMAGE --upload
--cpu-target $CPU_TARGET
......
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