Skip to content

Commit

Permalink
ZCS-9172:RHEL8 support (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
umagmrit authored May 8, 2020
1 parent f5c8ff6 commit cc29311
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
- image: zimbra/zm-base-os:devcore-ubuntu-12.04
<<: *build_job_steps

build_c8:
working_directory: ~/zm-timezones
shell: /bin/bash -eo pipefail
docker:
- image: zimbra/zm-base-os:devcore-centos-8
<<: *build_job_steps

build_c7:
working_directory: ~/zm-timezones
shell: /bin/bash -eo pipefail
Expand Down Expand Up @@ -153,6 +160,9 @@ workflows:
- build_u12:
requires:
- sanity
- build_c8:
requires:
- sanity
- build_c7:
requires:
- sanity
Expand All @@ -166,6 +176,7 @@ workflows:
- build_u16
- build_u14
- build_u12
- build_c8
- build_c7
- build_c6
<<: *std_filters
Expand Down

0 comments on commit cc29311

Please sign in to comment.