Skip to content

Commit

Permalink
ci: bump Swift SDK to swift-wasm-6.1-SNAPSHOT-2025-01-11-a
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Jan 13, 2025
1 parent c150168 commit eff31df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/swiftwasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
pull_request:
branches: ["wasm32-wasi-release/6.1"]
env:
SWIFT_SDK_URL: https://github.com/swiftwasm/swift/releases/download/swift-wasm-6.1-SNAPSHOT-2025-01-04-a/swift-wasm-6.1-SNAPSHOT-2025-01-04-a-wasm32-unknown-wasi.artifactbundle.zip
SWIFT_SDK_CHECKSUM: f566ffe282b31df90bf6f20bc745e29ae0ac9b42287efd0ba8bf141079285269
SWIFT_SDK_URL: https://github.com/swiftwasm/swift/releases/download/swift-wasm-6.1-SNAPSHOT-2025-01-11-a/swift-wasm-6.1-SNAPSHOT-2025-01-11-a-wasm32-unknown-wasi.artifactbundle.zip
SWIFT_SDK_CHECKSUM: d354329e9465abc976193242b2dc36bc365e58d03c533dd7348542913d933c4e
TARGET_TRIPLE: wasm32-unknown-wasi
WASMTIME_VESRION: 28.0.0
jobs:
build:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-6.1-jammy@sha256:38309066741da58b4ae00238a1a72567331468f3a8a415bd82e7dc3e6dc81021
container: swiftlang/swift:nightly-6.1-jammy@sha256:4a4c250d58931306f1df386a6ca98fec4601bc686b35a921f18c004577ea7db0
env:
STACK_SIZE: 524288
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
test-binary:
needs: build
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-6.1-jammy@sha256:38309066741da58b4ae00238a1a72567331468f3a8a415bd82e7dc3e6dc81021
container: swiftlang/swift:nightly-6.1-jammy@sha256:4a4c250d58931306f1df386a6ca98fec4601bc686b35a921f18c004577ea7db0
steps:
- uses: actions/checkout@v4
- uses: bytecodealliance/actions/wasmtime/setup@v1
Expand All @@ -49,7 +49,7 @@ jobs:
- run: wasmtime --dir . swift-format.wasm lint -r .
test:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-6.1-jammy@sha256:38309066741da58b4ae00238a1a72567331468f3a8a415bd82e7dc3e6dc81021
container: swiftlang/swift:nightly-6.1-jammy@sha256:4a4c250d58931306f1df386a6ca98fec4601bc686b35a921f18c004577ea7db0
env:
STACK_SIZE: 4194304
steps:
Expand Down

0 comments on commit eff31df

Please sign in to comment.