RuntimeTools / SwiftMetrics

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
https://developer.ibm.com/swift/monitoring-diagnostics/application-metrics-for-swift/
Other
155 stars 50 forks source link

fix: Linux testing on Swift 5 #219

Closed ianpartridge closed 5 years ago

ianpartridge commented 5 years ago

Currently, testing on Swift 5 is failing because it tries to install some system packages that don't exist on Ubuntu 14.04.

As Swift 5 on 14.04 is an unimportant combination, instead we move the Swift 5 testing to run on 16.04 instead.

ianpartridge commented 5 years ago

Merging this despite the failing build as it has uncovered another bug: a test failure on Xenial.