Skip to content

Commit 54ec7dc

Browse files
committed
Merge pull request #10 from IBM-Swift/swift-binaries-3-24
Added support for Swift binaries from 3-24-2016.
2 parents 8cc4567 + 40620ab commit 54ec7dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
BUILD_DIR=$1
1212
CACHE_DIR=$2
1313

14-
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-01-a
14+
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-24-a
1515
CLANG_VERSION=3.7.0
1616

1717
if [ -f $BUILD_DIR/.swift-version ]; then

manifest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ dependencies:
6464
md5: 4ccc3f14cbd6ca549e455da78d115835
6565
cf_stacks:
6666
- cflinuxfs2
67+
- name: swift
68+
version: DEVELOPMENT-SNAPSHOT-2016-03-24-a
69+
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a-ubuntu14.04.tar.gz
70+
md5: b3a4e528ab35e7c64082b46c63c72b58
71+
cf_stacks:
72+
- cflinuxfs2
6773
- name: clang
6874
version: 3.7.0
6975
uri: http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz

0 commit comments

Comments
 (0)