Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS8 and AmazonLinux2 images come with zlib-devel now #2377

Merged
merged 1 commit into from May 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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