From 95148bfe6fca85e2db921ee59668a6647f892560 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Tue, 4 Dec 2018 12:56:29 +0100 Subject: [PATCH 1/2] Fix for issue: "fatal: Not a git repository (or any parent up to mount point /app)" --- bin/steps/swiftenv | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/steps/swiftenv b/bin/steps/swiftenv index 8d034165..20eb1268 100644 --- a/bin/steps/swiftenv +++ b/bin/steps/swiftenv @@ -1,5 +1,4 @@ # Fetch swiftenv -unset GIT_DIR git submodule update --init --recursive >/dev/null # Activate swiftenv From 3f7b744b809a7af524a29cd0332533b685e79e98 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Mon, 18 Feb 2019 08:31:59 +0100 Subject: [PATCH 2/2] testing updating swiftversion --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 18ec9a5a..e4f873fe 100755 --- a/bin/compile +++ b/bin/compile @@ -11,7 +11,7 @@ BUILD_DIR=$1 CACHE_DIR=$2 ENV_DIR=$3 -DEFAULT_SWIFT_VERSION="4.1" +DEFAULT_SWIFT_VERSION="4.2" CLANG_VERSION=3.7.0 SWIFT_BUILD_CONFIGURATION="release" SWIFT_BUILD_FLAGS=""