This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new ff417c4 [SPARK-52658] Add `Swift 6.2` build test CI
ff417c4 is described below
commit ff417c4b6f72e6045469630c9dc6bf310c7397b7
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 2 13:02:52 2025 -0700
[SPARK-52658] Add `Swift 6.2` build test CI
### What changes were proposed in this pull request?
This PR aims to add `Swift 6.2` build test CI.
### Why are the changes needed?
To be ready for the upcoming Swift 6.2.
- https://forums.swift.org/t/swift-6-2-release-process/78371
### Does this PR introduce _any_ user-facing change?
No, this is a test infra change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #206 from dongjoon-hyun/SPARK-52658.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 73ff802..d9a1240 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -83,6 +83,16 @@ jobs:
docker run swift:6.1 uname -a
docker run -v $PWD:/spark -w /spark swift:6.1 swift build -c release
+ build-ubuntu-swift62:
+ runs-on: ubuntu-latest
+ timeout-minutes: 20
+ steps:
+ - uses: actions/checkout@v4
+ - name: Build
+ run: |
+ docker run swiftlang/swift:nightly-6.2-noble uname -a
+ docker run -v $PWD:/spark -w /spark swiftlang/swift:nightly-6.2-noble
swift build
+
integration-test-mac:
runs-on: macos-15
timeout-minutes: 20
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]