mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Bump CentOS from 7 to 8 on CI
This commit is contained in:
parent
c4dac3eb31
commit
37af15c245
@ -21,7 +21,7 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- "fedora-29"
|
- "fedora-29"
|
||||||
|
|
||||||
- "centos-7"
|
- "centos-8"
|
||||||
|
|
||||||
- "slackware-14.2"
|
- "slackware-14.2"
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ workflows:
|
|||||||
- "build-image-ubuntu-18.04"
|
- "build-image-ubuntu-18.04"
|
||||||
- "build-image-fedora-28"
|
- "build-image-fedora-28"
|
||||||
- "build-image-fedora-29"
|
- "build-image-fedora-29"
|
||||||
- "build-image-centos-7"
|
- "build-image-centos-8"
|
||||||
- "build-image-slackware-14.2"
|
- "build-image-slackware-14.2"
|
||||||
- "build-image-pypy-2.7-7.1.1-jessie"
|
- "build-image-pypy-2.7-7.1.1-jessie"
|
||||||
|
|
||||||
@ -269,9 +269,9 @@ jobs:
|
|||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
|
|
||||||
centos-7: &RHEL_DERIV
|
centos-8: &RHEL_DERIV
|
||||||
docker:
|
docker:
|
||||||
- image: "tahoelafsci/centos:7"
|
- image: "tahoelafsci/centos:8"
|
||||||
user: "nobody"
|
user: "nobody"
|
||||||
|
|
||||||
environment: *UTF_8_ENVIRONMENT
|
environment: *UTF_8_ENVIRONMENT
|
||||||
@ -481,12 +481,12 @@ jobs:
|
|||||||
TAG: "18.04"
|
TAG: "18.04"
|
||||||
|
|
||||||
|
|
||||||
build-image-centos-7:
|
build-image-centos-8:
|
||||||
<<: *BUILD_IMAGE
|
<<: *BUILD_IMAGE
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DISTRO: "centos"
|
DISTRO: "centos"
|
||||||
TAG: "7"
|
TAG: "8"
|
||||||
|
|
||||||
|
|
||||||
build-image-fedora-28:
|
build-image-fedora-28:
|
||||||
|
Loading…
Reference in New Issue
Block a user