Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
642612a3
Commit
642612a3
authored
Jun 23, 2021
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Fedora images
parent
ce63edff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.ci/fedora-33/Dockerfile
.ci/fedora-33/Dockerfile
+1
-1
.ci/fedora-34/Dockerfile
.ci/fedora-34/Dockerfile
+1
-1
Jenkinsfile
Jenkinsfile
+4
-4
No files found.
.ci/fedora-3
1
/Dockerfile
→
.ci/fedora-3
3
/Dockerfile
View file @
642612a3
FROM
fedora:3
1
FROM
fedora:3
3
RUN
dnf update
-y
\
&&
dnf clean all
\
...
...
.ci/fedora-3
2
/Dockerfile
→
.ci/fedora-3
4
/Dockerfile
View file @
642612a3
FROM
fedora:3
2
FROM
fedora:3
4
RUN
dnf update
-y
\
&&
dnf clean all
\
...
...
Jenkinsfile
View file @
642612a3
...
...
@@ -62,12 +62,12 @@ config = [
tags:
[
'docker'
],
builds:
[
'release'
],
]],
[
'fedora-3
1
'
,
[
[
'fedora-3
3
'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'release'
],
]],
[
'fedora-3
2
'
,
[
[
'fedora-3
4
'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'release'
],
...
...
@@ -83,7 +83,7 @@ config = [
],
]],
// One extra debug build for leak checking.
[
'fedora-3
2
'
,
[
[
'fedora-3
4
'
,
[
numCores:
4
,
tags:
[
'docker'
,
'LeakSanitizer'
],
builds:
[
'debug'
],
...
...
@@ -95,7 +95,7 @@ config = [
],
]],
// One extra debug build with static libs, UBSan and hardening flags.
[
'fedora-3
2
'
,
[
[
'fedora-3
4
'
,
[
numCores:
4
,
tags:
[
'docker'
,
'UBSanitizer'
],
builds:
[
'debug'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment