You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/16 17:44:37 UTC

[GitHub] rabbah closed pull request #86: Remove the build of Swift 3.1.1

rabbah closed pull request #86: Remove the build of Swift 3.1.1
URL: https://github.com/apache/incubator-openwhisk-runtime-swift/pull/86
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/build.gradle b/tests/build.gradle
index 1ae5a4b..b56d3ad 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -42,3 +42,8 @@ dependencies {
 tasks.withType(ScalaCompile) {
     scalaCompileOptions.additionalParameters = gradle.scala.compileFlags
 }
+
+task testSwift4(type: Test) {
+    exclude 'runtime/sdk/Swift311**'
+    exclude 'runtime/actionContainers/Swift311**'
+}
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 50d47a0..b8ac9ad 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -49,6 +49,5 @@ TERM=dumb ./gradlew install
 # Build runtime
 cd $ROOTDIR
 TERM=dumb ./gradlew \
-:core:swift3.1.1Action:distDocker \
 :core:swift41Action:distDocker \
 -PdockerImagePrefix=${IMAGE_PREFIX}
diff --git a/tools/travis/test.sh b/tools/travis/test.sh
index a5b249d..5882ddf 100755
--- a/tools/travis/test.sh
+++ b/tools/travis/test.sh
@@ -27,4 +27,4 @@ WHISKDIR="$ROOTDIR/../openwhisk"
 export OPENWHISK_HOME=$WHISKDIR
 cd ${ROOTDIR}
 TERM=dumb ./gradlew :tests:checkScalafmtAll
-TERM=dumb ./gradlew :tests:test
+TERM=dumb ./gradlew :tests:testSwift4


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services