Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-6815] Circular dependency between libdispatch tests and libSwiftCore? (linux-ARM) #49364

Closed
swift-ci opened this issue Jan 23, 2018 · 2 comments
Labels
armv7 Architecture: ARMv7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-6815
Radar None
Original Reporter uraimo (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, armv7
Assignee uraimo (JIRA)
Priority Medium

md5: 093a3cff0c31151505d1c7be072ee5b1

Issue Description:

When compiling on a RaspberryPi3 running Ubuntu Mate (but I suppose also on other linux distro on ARM), there seem to be a circular dependency between the Swift repo and libdispatch tests that makes the build fail when searching for `libSwiftCore.so`.
When compiling Swift, the compilation of libdispatch is triggered when SourceKit is being compiled, but some tests in libdispatch require `libSwiftCore.so`, that is available only when the compilation of the whole Swift project is completed.

@compnerd
Copy link
Collaborator

I believe that this should be resolved now with the external project for libdispatch being added.

@swift-ci
Copy link
Collaborator Author

Comment by Umberto Raimondi (JIRA)

Thanks a lot Saleem, can confirm it works now.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
armv7 Architecture: ARMv7 bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

2 participants