willtemperley commented on issue #105: URL: https://github.com/apache/arrow-swift/issues/105#issuecomment-3466004381
There's a setup-swift alternative that was recommended here: https://github.com/swift-actions/setup-swift/issues/759#issuecomment-3432399528 However, this still depends on a single maintainer without organizational backing, which leaves us vulnerable to the same maintenance issues. The swiftlang workflows are officially maintained by the Swift team and actively supported. I've migrated to them successfully - here's a working example: https://github.com/columnar-swift/swift-arrow/blob/main/.github/workflows/pull_request.yml The only adjustment needed is handling the golang file generation, which can be resolved by checking in <3KB of static files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
