Skip to content

Commit cebaa2d

Browse files
Merge pull request #4396 from swiftwasm/maxd/5.6-release
Prepare SwiftWasm 5.6.0 release
2 parents f45c1a4 + 3a13488 commit cebaa2d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/manual-distribution.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
"5.5")
5656
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.5} 5.5 "${{ github.event.inputs.toolchain_name }}"
5757
;;
58+
"5.6")
59+
export TARGETS_TO_DIST="amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
60+
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.6} 5.6 "${{ github.event.inputs.toolchain_name }}"
61+
;;
5862
*)
5963
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
6064
exit 1

utils/webassembly/build-presets.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install-prefix=/usr
2525
mixin-preset=webassembly
2626
sccache
2727
extra-cmake-options=
28+
-DSWIFT_COMPILER_VERSION="5.6.0"
2829
-DSWIFT_BUILD_SOURCEKIT=FALSE
2930
-DSWIFT_ENABLE_SOURCEKIT_TESTS=FALSE
3031
-DSWIFT_BUILD_SYNTAXPARSERLIB=FALSE

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ create_darwin_info_plist() {
169169
DARWIN_TOOLCHAIN_VERSION="5.6.${YEAR}${MONTH}${DAY}"
170170
BUNDLE_PREFIX="org.swiftwasm"
171171
DARWIN_TOOLCHAIN_BUNDLE_IDENTIFIER="${BUNDLE_PREFIX}.${YEAR}${MONTH}${DAY}"
172-
DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT="Swift for WebAssembly Snapshot"
172+
DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT="Swift for WebAssembly 5.6 Snapshot"
173173
DARWIN_TOOLCHAIN_DISPLAY_NAME="${DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT} ${YEAR}-${MONTH}-${DAY}"
174174
DARWIN_TOOLCHAIN_ALIAS="swiftwasm"
175175

0 commit comments

Comments
 (0)