Skip to content

Commit

Permalink
Remove 5.10 WASM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Nov 10, 2024
1 parent e8fe751 commit 10ba2e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-09-18-a"]
swift_version: ["6.0.2-RELEASE"]
os: [ubuntu-22.04]
extra_params: [""]
include:
- swift_version: "6.0-SNAPSHOT-2024-09-18-a"
continue-on-error: true
- swift_version: "5.10.0-RELEASE"
continue-on-error: false
runs-on: ${{ matrix.os }}
env:
OPENSWIFTUI_WERROR: 1
Expand All @@ -35,8 +30,6 @@ jobs:
- name: build
run: |
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
continue-on-error: ${{ matrix.continue-on-error }}
# Blocked by upstream support for WASM. See https://github.com/apple/swift-testing/issues/228
# - name: test
# run: |
# swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
- name: test
run: |
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ default:
var sharedSwiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("BareSlashRegexLiterals"),
.enableExperimentalFeature("AccessLevelOnImport"),
// .enableUpcomingFeature("InternalImportsByDefault"),
.enableUpcomingFeature("InternalImportsByDefault"),
.define("OPENSWIFTUI_SUPPRESS_DEPRECATED_WARNINGS"),
.define("OPENSWIFTUI_RELEASE_\(releaseVersion)"),
]
Expand Down

0 comments on commit 10ba2e1

Please sign in to comment.