File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 28
28
SWIFT_TAG="swift-6.2-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
29
29
else
30
30
LATEST_TOOLCHAIN_VERSION=$(curl -sL https://github.com/apple/swift/tags | grep -m1 swift-DEV | cut -d- -f7-9)
31
- SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-2025-06-22-a"
32
- # ${LATEST_TOOLCHAIN_VERSION}-a"
31
+ SWIFT_TAG="swift-DEVELOPMENT-SNAPSHOT-${LATEST_TOOLCHAIN_VERSION}-a"
33
32
fi
34
33
echo "tag=$SWIFT_TAG" >> $GITHUB_OUTPUT
35
34
echo "key=$SWIFT_TAG-ndk-${NDK_VERSION}-get-bundle" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change
1
+ diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
2
+ index 16e05052609..7ab8cebfab8 100755
3
+ --- a/swift/utils/build-script-impl
4
+ +++ b/swift/utils/build-script-impl
5
+ @@ -828,6 +828,9 @@ function set_build_options_for_host() {
6
+ # and it must be the same for both LLVM and Swift
7
+
8
+ if [[ "${SWIFT_HOST_TRIPLE}" ]] ; then
9
+ + SWIFT_TARGET_CMAKE_OPTIONS+=(
10
+ + -DCMAKE_Swift_COMPILER_TARGET:STRING="${SWIFT_HOST_TRIPLE}"
11
+ + )
12
+ llvm_cmake_options+=(
13
+ -DLLVM_HOST_TRIPLE:STRING="${SWIFT_HOST_TRIPLE}"
14
+ )
1
15
diff --git a/swift/utils/swift_build_support/swift_build_support/products/swift_testing.py b/swift/utils/swift_build_support/swift_build_support/products/swift_testing.py
2
16
index b6bfa5760ef..324d1a77eea 100644
3
17
--- a/swift/utils/swift_build_support/swift_build_support/products/swift_testing.py
Original file line number Diff line number Diff line change @@ -2,16 +2,6 @@ diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
2
2
index 16e05052609..7ab8cebfab8 100755
3
3
--- a/swift/utils/build-script-impl
4
4
+++ b/swift/utils/build-script-impl
5
- @@ -828,6 +828,9 @@ function set_build_options_for_host() {
6
- # and it must be the same for both LLVM and Swift
7
-
8
- if [[ "${SWIFT_HOST_TRIPLE}" ]] ; then
9
- + SWIFT_TARGET_CMAKE_OPTIONS+=(
10
- + -DCMAKE_Swift_COMPILER_TARGET:STRING="${SWIFT_HOST_TRIPLE}"
11
- + )
12
- llvm_cmake_options+=(
13
- -DLLVM_HOST_TRIPLE:STRING="${SWIFT_HOST_TRIPLE}"
14
- )
15
5
@@ -2622,6 +2622,7 @@ for host in "${ALL_HOSTS[@]}"; do
16
6
echo "Cleaning the libdispatch build directory"
17
7
call rm -rf "${LIBDISPATCH_BUILD_DIR}"
You can’t perform that action at this time.
0 commit comments