File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 55
55
"5.5")
56
56
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.5} 5.5 "${{ github.event.inputs.toolchain_name }}"
57
57
;;
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
+ ;;
58
62
*)
59
63
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
60
64
exit 1
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ install-prefix=/usr
25
25
mixin-preset =webassembly
26
26
sccache
27
27
extra-cmake-options =
28
+ -DSWIFT_COMPILER_VERSION =" 5.6.0"
28
29
-DSWIFT_BUILD_SOURCEKIT =FALSE
29
30
-DSWIFT_ENABLE_SOURCEKIT_TESTS =FALSE
30
31
-DSWIFT_BUILD_SYNTAXPARSERLIB =FALSE
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ create_darwin_info_plist() {
169
169
DARWIN_TOOLCHAIN_VERSION=" 5.6.${YEAR}${MONTH}${DAY} "
170
170
BUNDLE_PREFIX=" org.swiftwasm"
171
171
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"
173
173
DARWIN_TOOLCHAIN_DISPLAY_NAME=" ${DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT} ${YEAR} -${MONTH} -${DAY} "
174
174
DARWIN_TOOLCHAIN_ALIAS=" swiftwasm"
175
175
You can’t perform that action at this time.
0 commit comments