abandy commented on code in PR #38133:
URL: https://github.com/apache/arrow/pull/38133#discussion_r1369245145


##########
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:
   @kou I can try it later but if you have it ready and have tested please push 
to this branch



-- 
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]

Reply via email to