Skip to content
Snippets Groups Projects
Commit df0b55f6 authored by Reiner Hauser's avatar Reiner Hauser
Browse files

Merge branch 'gcc14' into 'tdaq-99-00-00'

Add gcc14 build for dev4

See merge request !1291
parents 9bc26adf 63c07b12
No related branches found
No related tags found
No related merge requests found
Pipeline #8018657 passed
......@@ -230,22 +230,6 @@ variables:
# One entry per CMTCONFIG, disable by putting . in front of name
.build/x86_64-centos7-gcc11-opt:
extends: .build
image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:x86_64-centos7
variables:
CMTCONFIG: x86_64-centos7-gcc11-opt
artifacts:
paths:
- output/
expire_in: 1 week
.build/x86_64-centos7-gcc11-dbg:
extends: .build
image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:x86_64-centos7
variables:
CMTCONFIG: x86_64-centos7-gcc11-dbg
build/x86_64-el9-gcc13-opt:
extends: .build
image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:x86_64-el9
......@@ -270,6 +254,17 @@ build/x86_64-el9-gcc13-dbg:
rules:
- if: ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web") && $PACKAGES == null
build/x86_64-el9-gcc14-opt:
extends: .build
image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:x86_64-el9
tags:
- tdaq-large-8
variables:
CMTCONFIG: x86_64-el9-gcc14-opt
rules:
- if: ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web") && $PACKAGES == null && $DEV
.build/x86_64-centos7-clang16-opt:
extends: .build
image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:x86_64-centos7
......
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