Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iLCUtil
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
cepc
externals
mirroring
iLCUtil
Merge requests
!26
Remove obsolote gcc8 workflow, update gh actions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Remove obsolote gcc8 workflow, update gh actions
github/fork/tmadlener/master
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Imported
FU Chengdong
requested to merge
github/fork/tmadlener/master
into
master
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: tmadlener
BEGINRELEASENOTES
Remove obsolete gcc8 based workflow and update github actions versions
ENDRELEASENOTES
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f8247010
1 commit,
3 months ago
1 file
+
3
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.github/workflows/linux.yml
+
3
−
6
Options
@@ -9,14 +9,11 @@ jobs:
matrix
:
COMPILER
:
[
gcc10
,
clang11
]
LCG
:
[
100
]
include
:
-
COMPILER
:
gcc8
LCG
:
99python2
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
cvmfs-contrib/github-action-cvmfs@v
2
-
uses
:
aidasoft/run-lcg-view@v
3
-
uses
:
actions/checkout@v
3
-
uses
:
cvmfs-contrib/github-action-cvmfs@v
3
-
uses
:
aidasoft/run-lcg-view@v
4
with
:
view-path
:
"
/cvmfs/clicdp.cern.ch/iLCSoft/lcg/${{
matrix.LCG
}}/nightly/x86_64-centos7-${{
matrix.COMPILER
}}-opt"
setup-script
:
"
init_ilcsoft.sh"
Loading