Skip to content

Commit

Permalink
Add the February 3rd development snapshot toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
briancroom committed Feb 6, 2016
1 parent 96593f1 commit 551fbf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 551fbf3

Please sign in to comment.