diff --git a/bin/compile b/bin/compile index 4adba249..d2b24bbc 100755 --- a/bin/compile +++ b/bin/compile @@ -11,7 +11,7 @@ fi BUILD_DIR=$1 CACHE_DIR=$2 -DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-01-25-a +DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-02-03-a CLANG_VERSION=3.7.0 if [ -f $BUILD_DIR/.swift-version ]; then diff --git a/manifest.yml b/manifest.yml index a0cc19e2..3bb67e97 100644 --- a/manifest.yml +++ b/manifest.yml @@ -52,6 +52,12 @@ dependencies: md5: d741ea8d8ae1c4122ac028a4a4873148 cf_stacks: - cflinuxfs2 + - name: swift + version: DEVELOPMENT-SNAPSHOT-2016-02-03-a + uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-02-03-a/swift-DEVELOPMENT-SNAPSHOT-2016-02-03-a-ubuntu14.04.tar.gz + md5: 8da285a3e25358244e3f57e38f854d6d + cf_stacks: + - cflinuxfs2 - name: clang version: 3.7.0 uri: http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz