Skip to content

Commit

Permalink
Merge pull request #33 from GoodNotes/yt/5.9-swiftwasm
Browse files Browse the repository at this point in the history
SwiftWasm 5.9
  • Loading branch information
kateinoigakukun committed Jan 17, 2024
2 parents d848e34 + 62cde8a commit 8da3863
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_swift_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
contents: write
strategy:
matrix:
swift-version: [5.8.0]
swift-version: [5.9.1]
include:
- swift-version: 5.8.0
carton-version: 0.19.0
- swift-version: 5.9.1
carton-version: 0.20.0
swift-format-version: 508.0.1
swift-lint-version: 0.52.3

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ env.DOCKER_TAG }}
build-args: |
SWIFLINT_DOCKER_IMAGE=ghcr.io/realm/swiftlint:0.52.3
CARTON_TAG=0.19.1
SWIFT_DOCKER_IMAGE=swift:5.8.0-jammy
SWIFT_TAG=wasm-5.8.0-RELEASE
CARTON_TAG=0.20.0
SWIFT_DOCKER_IMAGE=swift:5.9.0-jammy
SWIFT_TAG=wasm-5.9.1-RELEASE
SWIFT_FORMAT_TAG=508.0.1
NODE_VERSION=18.x
OPEN_JDK_VERSION=11
CYPRESS_VERSION=12.3.0
CHROME_VERSION=101.0.4951.54
CHROME_DRIVER_VERSION=101.0.4951.41
CHROME_VERSION=120.0.6099.216
CHROME_DRIVER_VERSION=114.0.5735.90
FIREFOX_VERSION=99.0.1
SYMBOLICATOR_VERSION=0.5.0
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
fonts-indic \
fonts-thai-tlwg-ttf \
unzip \
libu2f-udev \
libvulkan1 \
&& rm -rf /var/lib/apt/lists/*

# Install yarn
Expand Down

0 comments on commit 8da3863

Please sign in to comment.