Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tdaq-cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-tdaq-software
tdaq-cmake
Commits
df0b55f6
Commit
df0b55f6
authored
6 months ago
by
Reiner Hauser
Browse files
Options
Downloads
Plain Diff
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
6 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-16
11 additions, 16 deletions
.gitlab-ci.yml
with
11 additions
and
16 deletions
.gitlab-ci.yml
+
11
−
16
View file @
df0b55f6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment