kou commented on code in PR #38133: URL: https://github.com/apache/arrow/pull/38133#discussion_r1369286585
########## 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: @abandy OK! I'll do it. -- 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]
