abandy commented on code in PR #38133: URL: https://github.com/apache/arrow/pull/38133#discussion_r1366911830
########## ci/scripts/swift_test.sh: ########## @@ -19,13 +19,32 @@ set -ex +cd /arrow/swift/swiftlint && tar -xzvf SwiftLint-0.53.0.tar.gz +cd /arrow/swift/swiftlint && unzip -o SwiftLintBinary-macos.artifactbundle.zip +cp /arrow/swift/swiftlint/SwiftLint-Package.swift /arrow/swift/swiftlint/SwiftLint-0.53.0/Package.swift +cd /arrow/swift/swiftlint/SwiftLint-0.53.0 && swift build +cp /arrow/swift/swiftlint/SwiftLint-0.53.0/.build/debug/swiftlint /usr/bin Review Comment: I tried that originally. I tried pulling everything down in CI and then only downloading the artifact bundle but it took over 15 minutes to build the image and failed CI. -- 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]
