Skip to content

norio-nomura/docker-sourcekit-builder

Repository files navigation

docker-sourcekit-builder builds Swift Toolchain for ubuntu 16.04 with libsourcekitdInProc.so

Build sourcekit-builder image

docker build -t sourcekit-builder:311 https://github.com/norio-nomura/docker-sourcekit-builder.git

Build sourcekit image using context created by sourcekit-builder

docker run --rm sourcekit-builder:311 context | docker build -t norionomura/sourcekit:311 -

Extract Installer Package from sourcekit-builder

docker run --rm sourcekit-builder:311 context | tar xv - "*.tar.gz"
x ./swift-3.1.1-RELEASE-<hash of commit in swift-dev>-with-sourcekit.tar.gz