Skip to content

Commit c8037c3

Browse files
committed
Use swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a
Using my forked repositories: - swift - Run tests of SourceKit and disable failing tests - swift-corelibs-libdispatch - Disable failing tests - swiftpm - Add workaround for swiftlang/swift-corelibs-libdispatch#94
1 parent 1045162 commit c8037c3

15 files changed

+15
-15
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
url = https://github.com/ninja-build/ninja.git
4040
[submodule "swift"]
4141
path = swift
42-
url = https://github.com/apple/swift.git
42+
url = https://github.com/norio-nomura/swift.git
4343
[submodule "SourceKitten"]
4444
path = SourceKitten
4545
url = https://github.com/jpsim/SourceKitten.git

build-sourcekit-sv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DOCKER_RUN_OPTIONS="-it -v ${WORK_DIR}:${WORK_DIR} -w ${WORK_DIR} --rm"
2121
SOURCEKIT_IMAGE="sourcekit:sv"
2222
REVISION="`git rev-parse --short HEAD|tr -d '\n'`"
2323
SRC_DIR=${WORK_DIR}/swift
24-
TOOLCHAIN_VERSION="swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-${REVISION}-with-sourcekit"
24+
TOOLCHAIN_VERSION="swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a-${REVISION}-with-sourcekit"
2525
ARCHIVE="${TOOLCHAIN_VERSION}.tar.gz"
2626
SWIFT_INSTALLABLE_PACKAGE="${WORK_DIR}/build/${ARCHIVE}"
2727
SWIFT_INSTALL_DIR="${WORK_DIR}/build/swift-nightly-install"

llbuild

ninja

swift

Submodule swift updated 713 files

swift-corelibs-xctest

swiftpm

Submodule swiftpm updated 96 files

0 commit comments

Comments
 (0)