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 389b215 commit 21b8f0fCopy full SHA for 21b8f0f
bin/compile
@@ -11,7 +11,7 @@ BUILD_DIR=$1
11
CACHE_DIR=$2
12
ENV_DIR=$3
13
14
-DEFAULT_SWIFT_VERSION="4.1"
+DEFAULT_SWIFT_VERSION="4.2"
15
CLANG_VERSION=3.7.0
16
SWIFT_BUILD_CONFIGURATION="release"
17
SWIFT_BUILD_FLAGS=""
bin/steps/swiftenv
@@ -1,5 +1,5 @@
1
# Fetch swiftenv
2
-unset GIT_DIR
+
3
git submodule update --init --recursive >/dev/null
4
5
# Activate swiftenv
0 commit comments