forked from vapor/jwt-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported Swift Versions and BoringSSL (vapor#72)
* Update vending scripts * Start migrating script to Python 3 * Start migrating script to Python 3 * Start migrating script to Python 3 * Start migrating script to Python 3 * Start migrating script to Python 3 * Update BoringSSL to ce2a353d0147bac03ef883d91dcd9c405ab527fa * Remove test discovery flags * Udpate tools version to 5.4 * Update CI * Fix CI
- Loading branch information
Showing
289 changed files
with
26,640 additions
and
10,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: | ||
dependent: | ||
- jwt | ||
container: swift:5.2-focal | ||
container: swift:5.6-focal | ||
steps: | ||
- name: Check out JWTKit | ||
uses: actions/checkout@v2 | ||
|
@@ -29,45 +29,8 @@ jobs: | |
- name: Run tests with Thread Sanitizer | ||
run: swift test --enable-test-discovery --sanitize=thread | ||
working-directory: dependent | ||
linux: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
image: | ||
# 5.2 Stable | ||
- swift:5.2-xenial | ||
- swift:5.2-bionic | ||
- swift:5.2-focal | ||
- swift:5.2-centos8 | ||
- swift:5.2-amazonlinux2 | ||
# 5.2 Unstable | ||
- swiftlang/swift:nightly-5.2-xenial | ||
- swiftlang/swift:nightly-5.2-bionic | ||
# 5.3 Unstable | ||
- swiftlang/swift:nightly-5.3-xenial | ||
- swiftlang/swift:nightly-5.3-bionic | ||
# Master Unstable | ||
- swiftlang/swift:nightly-master-xenial | ||
- swiftlang/swift:nightly-master-bionic | ||
- swiftlang/swift:nightly-master-focal | ||
- swiftlang/swift:nightly-master-centos8 | ||
- swiftlang/swift:nightly-master-amazonlinux2 | ||
container: ${{ matrix.image }} | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run tests with Thread Sanitizer | ||
timeout-minutes: 10 | ||
run: swift test --enable-test-discovery --sanitize=thread | ||
macOS: | ||
runs-on: macos-latest | ||
steps: | ||
- name: Select latest available Xcode | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: latest | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
- name: Run tests with Thread Sanitizer | ||
run: swift test --enable-test-discovery --sanitize=thread | ||
unit-tests: | ||
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows | ||
with: | ||
with_coverage: false | ||
with_tsan: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// swift-tools-version:5.2 | ||
// swift-tools-version:5.4 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.