abandy commented on code in PR #14561: URL: https://github.com/apache/arrow/pull/14561#discussion_r1084658227
########## .dockerignore: ########## @@ -62,4 +62,5 @@ !rust/datafusion/benches !rust/integration-testing/Cargo.toml !go/go.mod -!go/go.sum \ No newline at end of file +!go/go.sum +!swift/Arrow Review Comment: I tried removing the above but it fails with the below error when I run 'archery docker run ubuntu-swift bash' > [2/3] ADD swift/ /arrow/swift: ------ failed to compute cache key: "/swift" not found: not found ERROR: Service ubuntu-swift failed to build : Build failed Error: docker-compose --file /Users/alvabandy/Documents/GitHub/arrow/docker-compose.yml build --build-arg BUILDKIT_INLINE_CACHE=1 ubuntu-swift exited with a non-zero exit code 1, see the process log above. -- 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]
