Skip to content

Commit

Permalink
Upgrade SPM version to 5.4 for Linux builds
Browse files Browse the repository at this point in the history
Fixes #539.

SPM 5.4 has automatic test discovery support, so that we can remove
manually generated files for running Linux tests.
  • Loading branch information
S2Ler committed May 31, 2021
1 parent 60b4a02 commit d569016
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 250 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commands:
jobs:
spm-linux-job:
docker:
- image: swift:5.3
- image: swift:5.4
steps:
- checkout
# Limiting number of parallel jobs to avoid build crash bug.
Expand Down
8 changes: 0 additions & 8 deletions Tests/LinuxMain.swift

This file was deleted.

241 changes: 0 additions & 241 deletions Tests/MapboxDirectionsTests/XCTestManifests.swift

This file was deleted.

0 comments on commit d569016

Please sign in to comment.