From d16885b6185a1203e4c7331e7ebaa09fb0fdd870 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 23 Jan 2024 22:26:36 -0800 Subject: [PATCH] [Download] Add Windows nightly toolchain for Swift 5.10 --- _data/builds/swift-5_10-branch/windows10.yml | 4 ++++ download/index.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 _data/builds/swift-5_10-branch/windows10.yml diff --git a/_data/builds/swift-5_10-branch/windows10.yml b/_data/builds/swift-5_10-branch/windows10.yml new file mode 100644 index 000000000..e2b5c6436 --- /dev/null +++ b/_data/builds/swift-5_10-branch/windows10.yml @@ -0,0 +1,4 @@ +- date: 2024-01-18 10:10:00-06:00 + dir: swift-5.10-DEVELOPMENT-SNAPSHOT-2024-01-18-a + download: swift-5.10-DEVELOPMENT-SNAPSHOT-2024-01-18-a-windows10.exe + name: Windows 10 Swift Development Snapshot \ No newline at end of file diff --git a/download/index.md b/download/index.md index 130904fe3..2a5d643bb 100644 --- a/download/index.md +++ b/download/index.md @@ -42,6 +42,7 @@ title: Download Swift {% assign centos7_5_10_builds = site.data.builds.swift-5_10-branch.centos7 | sort: 'date' | reverse %} {% assign ubi9_5_10_builds = site.data.builds.swift-5_10-branch.ubi9 | sort: 'date' | reverse %} {% assign ubi9_aarch64_5_10_builds = site.data.builds.swift-5_10-branch.ubi9-aarch64 | sort: 'date' | reverse %} +{% assign windows10_5_10_builds = site.data.builds.swift-5_10-branch.windows10 | sort: 'date' | reverse %} {% assign swift_5_9_1_release_build = site.data.builds.swift_releases | where: 'name', '5.9.1' | first %} {% assign swift_5_9_1_release_date_string = swift_5_9_1_release_build.date | date: '%Y-%m-%d' %} @@ -139,7 +140,7 @@ but they have not gone through the full testing that is performed for official r {% include_relative _build-snapshot.html platform="Linux" build=centos7_5_10_builds.first name="CentOS 7" docker_tag="nightly-5.10-centos7" platform_dir="centos7" branch_dir="swift-5.10-branch" arch="x86_64" %} {% include_relative _build-snapshot.html platform="Linux" build=amazonlinux2_5_10_builds.first build_2=amazonlinux2_aarch64_5_10_builds.first name="Amazon Linux 2" docker_tag="nightly-5.10-amazonlinux2" platform_dir="amazonlinux2" platform_dir_2="amazonlinux2-aarch64" branch_dir="swift-5.10-branch" arch="x86_64" arch_2="aarch64" %} {% include_relative _build-snapshot.html platform="Linux" build=ubi9_5_10_builds.first build_2=ubi9_aarch64_5_10_builds.first name="Red Hat Universal Base Image 9" docker_tag="nightly-5.10-rhel-ubi9" platform_dir="ubi9" platform_dir_2="ubi9-aarch64" branch_dir="swift-5.10-branch" arch="x86_64" arch_2="aarch64" %} - + {% include_relative _build-snapshot.html platform="Windows" build=windows10_5_10_builds.first name="Windows 10" platform_dir="windows10" branch_dir="swift-5.10-branch" arch="x86_64" %}