Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
containers
eic_container
Merge requests
!625
chore: root-6.28.04
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: root-6.28.04
root-6.28.04
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
root-6.28.04
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
version 2
version 13
29388cd9
1 year ago
version 12
89b9529b
1 year ago
version 11
b8bb0493
1 year ago
version 10
584e2eaa
1 year ago
version 9
14cbf348
1 year ago
version 8
8679cfc1
1 year ago
version 7
ee64a127
1 year ago
version 6
3ba47155
1 year ago
version 5
012f223b
1 year ago
version 4
8b51e94c
1 year ago
version 3
780f2cd9
1 year ago
version 2
a856c2ab
1 year ago
version 1
94b5998d
1 year ago
master (base)
and
version 3
latest version
32aa9aab
2 commits,
1 year ago
version 13
29388cd9
3 commits,
1 year ago
version 12
89b9529b
2 commits,
1 year ago
version 11
b8bb0493
1 commit,
1 year ago
version 10
584e2eaa
1 commit,
1 year ago
version 9
14cbf348
1 commit,
1 year ago
version 8
8679cfc1
1 commit,
1 year ago
version 7
ee64a127
1 commit,
1 year ago
version 6
3ba47155
1 commit,
1 year ago
version 5
012f223b
3 commits,
1 year ago
version 4
8b51e94c
1 commit,
1 year ago
version 3
780f2cd9
1 commit,
1 year ago
version 2
a856c2ab
1 commit,
1 year ago
version 1
94b5998d
1 commit,
1 year ago
Show latest version
5 files
+
10
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
containers/debian/base.Dockerfile
+
2
−
0
Options
@@ -80,6 +80,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
gcc
${
GCC
}
g++
${
GCC
}
gfortran
${
GCC
}
\
&&
apt-get
-yqq
install
\
clang
${
CLANG
}
clang-tidy
${
CLANG
}
clang-format
${
CLANG
}
\
iwyu
\
&&
update-alternatives
--install
/usr/bin/gcc gcc
\
/usr/bin/gcc
${
GCC
}
100
\
&&
update-alternatives
--install
/usr/bin/g++ g++
\
@@ -95,6 +96,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
&&
apt-get
-yqq
install
\
gcc g++ gfortran
\
clang clang-tidy clang-format
\
iwyu
\
;
fi
\
&&
apt-get
-yqq
autoremove
\
&&
gcc
--version
\
Loading