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 060c871 commit 163220dCopy full SHA for 163220d
swift-ci/sdks/android/build-local
@@ -25,7 +25,7 @@ WORKDIR=$(realpath ${WORKDIR})
25
HOST_OS=ubuntu$(lsb_release -sr)
26
source ./scripts/toolchain-vars.sh
27
28
-if [[ "${BUILD_COMPILER}" != "0" ]]; then
+if [[ "${BUILD_COMPILER}" != "1" ]]; then
29
SWIFT_ROOT=${WORKDIR}/host-toolchain
30
HOST_TOOLCHAIN=$SWIFT_ROOT/$SWIFT_BASE/usr
31
if [[ ! -d "$HOST_TOOLCHAIN" ]]; then
0 commit comments