We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc628e commit 2555990Copy full SHA for 2555990
swift-ci/sdks/android/build-docker
@@ -26,7 +26,15 @@ HOST_OS=ubuntu24.04
26
source ./scripts/toolchain-vars.sh
27
28
# Check-out and patch the sources
29
+if [[ "${BUILD_COMPILER}" != "1" ]]; then
30
./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-tag ${SWIFT_TAG}
31
+else
32
+if [[ "${BUILD_SCHEME}" == "development" ]]; then
33
+./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-scheme main
34
35
+./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-scheme release/6.2
36
+fi
37
38
./patches/apply-patches.sh ${WORKDIR}/source/swift-project
39
40
mkdir -p ${WORKDIR}/products
0 commit comments