While running validation tests on swift-4.0-branch on Ubuntu 16.04, I got
~20 failures but I don't see them on ci.swift.org.
Wondering if there are any build settings/pre-reqs I might be missing. I'm
doing a RelWithDebInfo (-r) build.
Failing Tests (22):
Swift-Unit ::
run
worked fine.
best regards,
Florian Friedrich
(CTO / CIO, Senior Developer @ ser.soft GmbH)
On 25. Apr 2017, at 16:35, Vivian Kong via swift-dev <
swift-dev@swift.org> wrote:
I actually have a question regarding build as well. I haven't been
able to build
I actually have a question regarding build as well. I haven't been able to
build 3.1 branch from source on Ubuntu 16.04 x86_64. I hit this error:
./swift/utils/build-script -r
...
swift: using gold linker
+ /usr/bin/cmake
--build
/home/vivkong/swift31/build/Ninja-RelWithDebInfoAssert/swift-l
I had to remove swift/utils/swift_build_support/__init__.pyc if it is there
(it got generated when I use the checkout script from the master branch).
Wonder if that might help you.
Regards,
Vivian Kong
Linux on z Systems Open Source Ecosystem
IBM Canada Toronto Lab
From: Ian Partridge via s
lling
convention isn’t consistent across declarations, but that’s a separate
issue. Maybe the lack of an annotation isn’t strong enough information to
produce a warning.)
Thanks,
Jordan
On Aug 9, 2016, at 07:42, Vivian Kong via swift-dev <
swift-dev@swift.org> wrote:
After apply this commit, the s390x build started to fail:
https://github.com/apple/swift/commit/dc88e51321e0a4f281406c265a91308a06aa517f
The commit added 2 new functions in
stdlib/public/SwiftShims/RuntimeStubs.h. They are used in
stdlib/public/stubs/CommandLine.cpp with SWIFT_CC(swift) macro.