[swift-users] Linux Install from source ?
Dmitri Gribenko
gribozavr at gmail.com
Fri Dec 4 11:34:07 CST 2015
On Fri, Dec 4, 2015 at 9:14 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Hi Damien,
>
> On Fri, Dec 4, 2015 at 9:06 AM, Damien (dev) <dev at lanza.fr> wrote:
>> Hello everybody,
>>
>> I'm using a custom Linux from scratch (x86_64). I have just built Swift, but I cannot find how to install it after the build process. Is there a script or something ?
>
> Yes:
>
> build-script --preset=buildbot_linux_1404
> installable_package=/tmp/swift.tar.gz
> install_destdir=/tmp/swift-install
>
> Unfortunately, that depends on the swift-package-tests directory,
> which is currently missing from the repository. As a temporary
> workaround, please disable those tests by commenting out
> "test-installable-package=1" from utils/build-presets.ini.
It looks like other tests are broken on master now, see
https://bugs.swift.org/browse/SR-39 again. We're looking into it.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-users
mailing list