dongjoon-hyun commented on code in PR #255:
URL:
https://github.com/apache/spark-connect-swift/pull/255#discussion_r2467930220
##########
.github/workflows/build_and_test.yml:
##########
@@ -77,25 +77,14 @@ jobs:
- uses: actions/checkout@v5
- name: Build
run: |
- docker run swift:6.1 uname -a
- docker run -v $PWD:/spark -w /spark swift:6.1 swift build -c release
+ docker run swift:6.2 uname -a
+ docker run -v $PWD:/spark -w /spark swift:6.2 swift build -c release
- # setup-swift doesn't support ARM linux yet.
build-ubuntu-arm:
runs-on: ubuntu-24.04-arm
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
- - name: Build
- run: |
- docker run swift:6.1 uname -a
- docker run -v $PWD:/spark -w /spark swift:6.1 swift build -c release
-
- build-ubuntu-swift62:
Review Comment:
This is merged into `build-ubuntu-latest`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]