Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
0cebbd27
Commit
0cebbd27
authored
Jul 31, 2019
by
Michał Kępień
Browse files
Merge branch 'michal/update-gitlab-ci-to-fedora-30-v9_14' into 'v9_14'
[v9_14] Update GitLab CI to Fedora 30 See merge request
!2213
parents
3c11f3ea
947d4069
Pipeline
#18625
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0cebbd27
...
@@ -78,8 +78,8 @@ stages:
...
@@ -78,8 +78,8 @@ stages:
# Fedora
# Fedora
.fedora-
29
-amd64
:
&fedora_
29
_amd64_image
.fedora-
30
-amd64
:
&fedora_
30
_amd64_image
image
:
"
$CI_REGISTRY_IMAGE:fedora-
29
-amd64"
image
:
"
$CI_REGISTRY_IMAGE:fedora-
30
-amd64"
<<
:
*linux_amd64
<<
:
*linux_amd64
# Ubuntu
# Ubuntu
...
@@ -412,27 +412,27 @@ unit:gcc:sid:i386:
...
@@ -412,27 +412,27 @@ unit:gcc:sid:i386:
dependencies
:
dependencies
:
-
gcc:sid:i386
-
gcc:sid:i386
# Jobs for regular GCC builds on Fedora
29
(amd64)
# Jobs for regular GCC builds on Fedora
30
(amd64)
gcc:fedora
29
:amd64:
gcc:fedora
30
:amd64:
variables
:
variables
:
CC
:
gcc
CC
:
gcc
CFLAGS
:
"
-Wall
-Wextra
-O2
-g"
CFLAGS
:
"
-Wall
-Wextra
-O2
-g"
EXTRA_CONFIGURE
:
"
--with-libidn2"
EXTRA_CONFIGURE
:
"
--with-libidn2"
<<
:
*fedora_
29
_amd64_image
<<
:
*fedora_
30
_amd64_image
<<
:
*build_job
<<
:
*build_job
system:gcc:fedora
29
:amd64:
system:gcc:fedora
30
:amd64:
<<
:
*fedora_
29
_amd64_image
<<
:
*fedora_
30
_amd64_image
<<
:
*system_test_job
<<
:
*system_test_job
dependencies
:
dependencies
:
-
gcc:fedora
29
:amd64
-
gcc:fedora
30
:amd64
unit:gcc:fedora
29
:amd64:
unit:gcc:fedora
30
:amd64:
<<
:
*fedora_
29
_amd64_image
<<
:
*fedora_
30
_amd64_image
<<
:
*unit_test_job
<<
:
*unit_test_job
dependencies
:
dependencies
:
-
gcc:fedora
29
:amd64
-
gcc:fedora
30
:amd64
# Jobs for regular GCC builds on Ubuntu 16.04 Xenial Xerus (amd64)
# Jobs for regular GCC builds on Ubuntu 16.04 Xenial Xerus (amd64)
...
...
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