Skip to content

Commit

Permalink
CentOS8 and AmazonLinux2 images don't need zlib-devel installed manua…
Browse files Browse the repository at this point in the history
…lly anymore (#2377)
  • Loading branch information
gwynne committed May 30, 2020
1 parent 6dfdb34 commit f32b911
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Expand Up @@ -23,15 +23,10 @@ jobs:
- swiftlang/swift:nightly-master-xenial
- swiftlang/swift:nightly-master-bionic
- swiftlang/swift:nightly-master-focal
include:
- image: swiftlang/swift:nightly-master-centos8
depscmd: dnf install -y zlib-devel
- image: swiftlang/swift:nightly-master-amazonlinux2
depscmd: yum install -y zlib-devel
- swiftlang/swift:nightly-master-centos8
- swiftlang/swift:nightly-master-amazonlinux2
container: ${{ matrix.image }}
steps:
- name: Install dependencies if needed
run: ${{ matrix.depscmd }}
- name: Check out code
uses: actions/checkout@v2
- name: Run tests with Thread Sanitizer
Expand Down

0 comments on commit f32b911

Please sign in to comment.